We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513da82 commit b95effeCopy full SHA for b95effe
.github/workflows/go-tests-other-os.yml
@@ -8,7 +8,7 @@ on:
8
- .github/actions/**
9
- codeql-workspace.yml
10
env:
11
- GO_VERSION: '1.21.0'
+ GO_VERSION: '~1.21.0'
12
jobs:
13
test-mac:
14
name: Test MacOS
.github/workflows/go-tests.yml
@@ -16,7 +16,7 @@ on:
16
17
18
19
20
21
test-linux:
22
name: Test Linux (Ubuntu)
0 commit comments