Skip to content

Commit

Permalink
Update github workflow go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Apr 30, 2024
1 parent f4d834c commit be79a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.22

- name: Run test
run: go test -race ./...
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.22

- name: golangci-lint
uses: golangci/golangci-lint-action@v2

0 comments on commit be79a83

Please sign in to comment.