Skip to content

Commit 55e3568

Browse files
authored
bump: bump up golang to v1.22 (#224)
Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
1 parent 235910b commit 55e3568

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
go-version: ["1.21", "1.22"]
27+
go-version: ["1.22", "1.23"]
2828
fail-fast: true
2929
steps:
3030
- name: Checkout

.github/workflows/reusable-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
security-events: write
2727
strategy:
2828
matrix:
29-
go-version: ["1.21", "1.22"]
29+
go-version: ["1.22", "1.23"]
3030
fail-fast: false
3131
steps:
3232
- name: Checkout repository

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/notaryproject/notation-core-go
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/fxamacker/cbor/v2 v2.7.0

0 commit comments

Comments
 (0)