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 259b942 commit e5370a0Copy full SHA for e5370a0
.github/workflows/go-tests.yml
@@ -57,10 +57,10 @@ jobs:
57
name: Test MacOS
58
runs-on: macos-latest
59
steps:
60
- - name: Set up Go 1.18.1
+ - name: Set up Go 1.19
61
uses: actions/setup-go@v3
62
with:
63
- go-version: 1.18.1
+ go-version: 1.19
64
id: go
65
66
- name: Check out code
@@ -87,10 +87,10 @@ jobs:
87
name: Test Windows
88
runs-on: windows-2019
89
90
91
92
93
94
95
96
0 commit comments