Skip to content

Commit

Permalink
ci: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 20, 2024
1 parent 8de5bfc commit a993c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
include:
- arch: amd64
runner: windows-latest
go: "1.21"
go: "1.22"
flags: "-p=1"

- arch: amd64
go: "1.21"
go: "1.22"
runner: ubuntu-latest
flags: "-race"

Expand Down

0 comments on commit a993c4b

Please sign in to comment.