Skip to content

Commit 903c75b

Browse files
committedMar 7, 2024
Update go version to 1.22.1 and 1.21.8
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
1 parent f25ccd9 commit 903c75b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.21.7', golangci: 'latest'}, {go: '1.22.0', golangci: 'latest'}]
13+
version: [{go: '1.21.8', golangci: 'latest'}, {go: '1.22.1', 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@v5
4848
with:
49-
go-version: '1.22.0'
49+
go-version: '1.22.1'
5050
- name: Checkout Source
5151
uses: actions/checkout@v4
5252
- uses: actions/cache@v4

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22.0'
20+
go-version: '1.22.1'
2121
- name: Install Cosign
2222
uses: sigstore/cosign-installer@v3
2323
with:

0 commit comments

Comments
 (0)
Please sign in to comment.