We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9e2f8 commit 046fcebCopy full SHA for 046fceb
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/setup-go@v4
11
with:
12
- go-version: '^1.15.0'
+ go-version: '^1.23.0'
13
- uses: actions/checkout@v3
14
- run: make lint
15
- run: make build
Makefile
@@ -15,7 +15,7 @@ build:
.PHONY: lint
16
lint:
17
go vet ${PROJECT}
18
- go install honnef.co/go/tools/cmd/staticcheck@v0.4.3
+ go install honnef.co/go/tools/cmd/staticcheck@v0.5.0
19
staticcheck ${PROJECT}
20
21
.PHONY: pre-commit
0 commit comments