Skip to content

Commit

Permalink
Use go 1.22.3 in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed May 21, 2024
1 parent 642fa7f commit 302610c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22.3'
cache: false

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.22.3'

- name: generate version file
run: go generate ./...
Expand Down

0 comments on commit 302610c

Please sign in to comment.