Skip to content

Commit

Permalink
Update dependency golang-version to v1.22.3 (#186)
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 May 7, 2024
1 parent a46452c commit ca137be
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/[email protected]
with:
go-version: 1.22.2
go-version: 1.22.3
golangci-lint-version: v1.58.0

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

0 comments on commit ca137be

Please sign in to comment.