Skip to content

Commit

Permalink
update golang CI version from 1.21.3 to 1.21.12 to fix some vulnarabi…
Browse files Browse the repository at this point in the history
…lities
  • Loading branch information
stefan.rieckhof committed Aug 23, 2024
1 parent fd03501 commit 75e4545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.21.3' ]
go: [ '1.21.12' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 75e4545

Please sign in to comment.