We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c730863 commit c7355b9Copy full SHA for c7355b9
.github/workflows/go-ci.yml
@@ -20,11 +20,11 @@ jobs:
20
- name: Set up Go environment
21
uses: actions/setup-go@v2
22
with:
23
- go-version: "1.18"
+ go-version: "1.24"
24
25
- name: Install golangci-lint
26
run: |
27
- curl -sSf https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.1.6
28
29
- name: Run gofmt, golangci-lint, and staticcheck
30
0 commit comments