Skip to content

Commit

Permalink
try mingw 11.2.0 on all go 1.20.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 13, 2024
1 parent c156b49 commit 25a5ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20', 'stable' ]
os: [windows-latest]
go: [ '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', 'stable' ]

steps:
- uses: actions/checkout@v3

- name: Set up Mingw
uses: egor-tensin/setup-mingw@v2
if: ${{ (matrix.os == 'windows-latest') && (matrix.go != 'stable') && (matrix.go < 1.20) }}
with:
version: 11.2.0

Expand All @@ -77,6 +76,7 @@ jobs:
run: go build

- name: Test
continue-on-error: true
run: go test -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}

# build-self-hosted:
Expand Down

0 comments on commit 25a5ce3

Please sign in to comment.