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.
2 parents be8f04a + e999d33 commit 3ff60e0Copy full SHA for 3ff60e0
.github/workflows/go-tests-other-os.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: macos-latest
14
steps:
15
- name: Set up Go 1.20
16
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
17
with:
18
go-version: 1.20.0
19
id: go
@@ -48,7 +48,7 @@ jobs:
48
runs-on: windows-latest-xl
49
50
51
52
53
54
.github/workflows/go-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest-xl
22
23
24
25
26
27
0 commit comments