8000
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 799c49c commit 51a7bbfCopy full SHA for 51a7bbf
.github/workflows/go.yml
@@ -2,7 +2,6 @@ name: build
2
on:
3
push:
4
branches:
5
- - master
6
- main
7
pull_request:
8
@@ -15,7 +14,7 @@ jobs:
15
14
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '>=1.20.0'
+ go-version: '>=1.22.0'
19
20
- name: Check out code into the Go module directory
21
uses: actions/checkout@v4
@@ -42,7 +41,7 @@ jobs:
42
41
- name: Staticcheck
43
uses: dominikh/staticcheck-action@v1.3.0
44
45
- version: "2023.1.2"
+ version: "2023.1.7"
46
install-go: false
47
48
- name: Build
0 commit comments