Skip to content

Commit

Permalink
bump to latest golang 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Jul 25, 2024
1 parent 5ff77a9 commit 5789061
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.2
go-version: 1.22.5

- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.2
go-version: 1.22.5
- name: Run tests
run: go test -short ./...
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Set up Go 1.22.2
- name: Set up Go 1.22.5
uses: actions/setup-go@v3
with:
go-version: 1.22.2
go-version: 1.22.5
id: go
- run: go version

Expand Down

0 comments on commit 5789061

Please sign in to comment.