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 0847410 commit df7a58eCopy full SHA for df7a58e
.github/workflows/main.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Set up Go 1.x
17
uses: actions/setup-go@v2
18
with:
19
- # Run on the latest minor release of Go 1.17:
20
- go-version: ^1.17
+ # Run on the latest minor release of Go 1.19:
+ go-version: ^1.19
21
id: go
22
23
- name: Check out code into the Go module directory
0 commit comments