Skip to content

Commit a89e9d5

Browse files
authored
Enable go 1.21.0 in the CI build (#998)
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 4b458c4 commit a89e9d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.19.12', golangci: 'v1.52.0'}, {go: '1.20.7', golangci: 'latest'}]
13+
version: [{go: '1.19.12', golangci: 'v1.52.0'}, {go: '1.20.7', golangci: 'latest'}, {go: '1.21.0', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup go
4747
uses: actions/setup-go@v4
4848
with:
49-
go-version: '1.20.7'
49+
go-version: '1.21.0'
5050
- name: Checkout Source
5151
uses: actions/checkout@v3
5252
- uses: actions/cache@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.20.7'
20+
go-version: '1.21.0'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:
@@ -66,7 +66,7 @@ jobs:
6666
tags: ${{steps.meta.outputs.tags}}
6767
labels: ${{steps.meta.outputs.labels}}
6868
push: true
69-
build-args: GO_VERSION=1.20
69+
build-args: GO_VERSION=1.21
7070
- name: Sign Docker Image
7171
run: cosign sign --yes --key /tmp/cosign.key ${DIGEST}
7272
env:

0 commit comments

Comments
 (0)