Skip to content

Commit

Permalink
.github: build Windows on 1.19
Browse files Browse the repository at this point in the history
This commit updates the Windows CI job to use Go 1.20 instead of Go 1.18.

See golang/go#51007.
  • Loading branch information
jbowens committed Oct 16, 2023
1 parent 7d3c5ff commit b1612ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.18"
go-version: "1.20"

- run: go test -v ./...

Expand Down

0 comments on commit b1612ff

Please sign in to comment.