1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

github workflows: update to go version 1.22

This commit is contained in:
Henrik Hautakoski 2024-12-21 19:50:01 +01:00
parent bb268aa9fa
commit af5593b5f3
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.21"]
go-version: ["1.22"]
arch: [ 386, amd64 ]
runs-on: ubuntu-latest
name: Test (${{matrix.arch}} go v${{ matrix.go-version }})
@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [ "1.21-alpine3.19"]
tag: [ "1.22-alpine3.19"]
runs-on: ubuntu-latest
name: Test alpine (${{ matrix.tag }})
container: