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 defa52f commit 4166bb5Copy full SHA for 4166bb5
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v2
18
with:
19
- go-version: 1.15
+ go-version: 1.17
20
21
- name: Vet
22
run: go vet -v ./...
.travis.yml
go.mod
@@ -1,4 +1,4 @@
1
module most-active-github-users-counter
2
3
-go 1.14
+go 1.17
4
0 commit comments