mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-02 11:43:40 +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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.22
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
id: compile
|
id: compile
|
||||||
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: musl (${{ matrix.arch }})
|
name: musl (${{ matrix.arch }})
|
||||||
container:
|
container:
|
||||||
image: golang:1.21-alpine3.19
|
image: golang:1.22-alpine3.19
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.22
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
id: compile
|
id: compile
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build musl (${{ matrix.arch }})
|
name: Build musl (${{ matrix.arch }})
|
||||||
container:
|
container:
|
||||||
image: golang:1.21-alpine3.19
|
image: golang:1.22-alpine3.19
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
@ -129,7 +129,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.22
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.21"]
|
go-version: ["1.22"]
|
||||||
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 }})
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
tag: [ "1.21-alpine3.19"]
|
tag: [ "1.22-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