Skip to content

Commit b95effe

Browse files
committed
Allow patch-level updates in Go CI
1 parent 513da82 commit b95effe

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.21.0'
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.21.0'
2020
jobs:
2121
test-linux:
2222
name: Test Linux (Ubuntu)

0 commit comments

Comments
 (0)