Skip to content

Commit

Permalink
ci(windows): update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Jan 27, 2024
1 parent e751831 commit bd4332c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: tests
strategy:
matrix:
go-version: [1.19.1]
go-version: [1.21.6]
os: [windows-2019]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -43,7 +43,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

# - uses: goto-bus-stop/setup-zig@v2
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
Expand Down

0 comments on commit bd4332c

Please sign in to comment.