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:
parent
bb268aa9fa
commit
af5593b5f3
3 changed files with 7 additions and 7 deletions
4
.github/workflows/devbuild.yaml
vendored
4
.github/workflows/devbuild.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21
|
||||
go-version: 1.22
|
||||
|
||||
- name: compile
|
||||
id: compile
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: musl (${{ matrix.arch }})
|
||||
container:
|
||||
image: golang:1.21-alpine3.19
|
||||
image: golang:1.22-alpine3.19
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue