Skip to content

Commit 63c78fc

Browse files
committed
Go: Use 1.22rc1 in CI
1 parent 19c5d1f commit 63c78fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-tests-other-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- .github/actions/**
99
- codeql-workspace.yml
1010
env:
11-
GO_VERSION: '~1.21.0'
11+
GO_VERSION: '1.22.0-rc.1'
1212
jobs:
1313
test-mac:
1414
name: Test MacOS

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- .github/actions/**
1717
- codeql-workspace.yml
1818
env:
19-
GO_VERSION: '~1.21.0'
19+
GO_VERSION: '1.22.0-rc.1'
2020
jobs:
2121
test-linux:
2222
name: Test Linux (Ubuntu)

0 commit comments

Comments
 (0)