We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c2ce9 commit 3d7ab2eCopy full SHA for 3d7ab2e
.github/workflows/go-tests-other-os.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: macos-latest
16
steps:
17
- name: Set up Go ${{ env.GO_VERSION }}
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
with:
20
go-version: ${{ env.GO_VERSION }}
21
id: go
@@ -50,7 +50,7 @@ jobs:
50
runs-on: windows-latest-xl
51
52
53
54
55
56
.github/workflows/go-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest-xl
24
25
26
27
28
29
0 commit comments