Skip to content

Commit

Permalink
Update dependency golang-version to v1.22.5 (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent e039b18 commit 34fe54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check:
uses: int128/go-workflows/.github/workflows/check.yaml@v0.3.0
with:
go-version: 1.22.4
go-version: 1.22.5
golangci-lint-version: v1.59.1

test:
Expand All @@ -28,5 +28,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.22.5
- run: go test -v -race ./...

0 comments on commit 34fe54c

Please sign in to comment.