Skip to content

Commit 91ed7a8

Browse files
committed
Go: Use 1.22 in CI
1 parent c05431e commit 91ed7a8

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'
1212

1313
permissions:
1414
contents: read

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- codeql-workspace.yml
1818

1919
env:
20-
GO_VERSION: '~1.21.0'
20+
GO_VERSION: '~1.22.0'
2121

2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)