Skip to content

Commit

Permalink
.github/workflows/test.yml: dont test on 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Aug 29, 2024
1 parent 1e917b7 commit 5749760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.20", "1.21"]
go-version: ["1.21"]
arch: [ 386, amd64 ]
runs-on: ubuntu-latest
name: Test (${{matrix.arch}} go v${{ matrix.go-version }})
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: ["1.20-alpine3.19", "1.21-alpine3.19"]
tag: [ "1.21-alpine3.19"]
runs-on: ubuntu-latest
name: Test alpine (${{ matrix.tag }})
container:
Expand Down

0 comments on commit 5749760

Please sign in to comment.