Skip to content

Commit

Permalink
Update dependency golang-version to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2024
1 parent 333172a commit ab3c94f
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.0
go-version: 1.22.1
golangci-lint-version: v1.56.2

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

0 comments on commit ab3c94f

Please sign in to comment.