mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
.github/workflows/test.yml: dont test on 1.20
This commit is contained in:
parent
7e42c27194
commit
982b920576
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 }})
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue