1
0
Fork 0
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:
Henrik Hautakoski 2024-08-29 15:20:16 +02:00
parent 7e42c27194
commit 982b920576

View file

@ -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: