mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-27 10:53:42 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.20", "1.21"]
|
go-version: ["1.21"]
|
||||||
arch: [ 386, amd64 ]
|
arch: [ 386, amd64 ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Test (${{matrix.arch}} go v${{ matrix.go-version }})
|
name: Test (${{matrix.arch}} go v${{ matrix.go-version }})
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tag: ["1.20-alpine3.19", "1.21-alpine3.19"]
|
tag: [ "1.21-alpine3.19"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Test alpine (${{ matrix.tag }})
|
name: Test alpine (${{ matrix.tag }})
|
||||||
container:
|
container:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue