Skip to content

Commit

Permalink
Merge pull request #1064 from wader/bump-github-go-version-1.23.5
Browse files Browse the repository at this point in the history
Update github-go-version to 1.23.5 from 1.23.4
  • Loading branch information
wader authored Jan 17, 2025
2 parents c76a253 + 96dc2fa commit a133c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.23.4"
go-version: "1.23.5"
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v6
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.23.4"
go-version: "1.23.5"
- name: Test
env:
CGO_ENABLED: ${{ matrix.CGO_ENABLED }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.23.4"
go-version: "1.23.5"
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down

0 comments on commit a133c1e

Please sign in to comment.