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 257a835 commit 266848eCopy full SHA for 266848e
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- uses: actions/setup-go@v4
20
with:
21
- go-version: '1.20'
+ go-version: stable
22
23
- name: Get dependencies
24
run: go get -v -t -d ./...
0 commit comments