Skip to content

Commit

Permalink
chore: update go version in CI and github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmichelo committed Dec 2, 2024
1 parent 368b16f commit e16582b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Get sources
uses: actions/checkout@v4

- name: Set up Go 1.21
uses: actions/setup-go@v3
- name: Set up Go 1.23.3
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23.3'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -30,6 +30,6 @@ jobs:
- name: Run govulncheck
uses: ./.github/actions/govulncheck
with:
go-version-input: 1.21
go-version-input: 1.23.3
go-package: ./...

0 comments on commit e16582b

Please sign in to comment.