Skip to content

Commit c7355b9

Browse files
chore(go-ci): update Go version to 1.24 and golangci-lint to v2.1.6 for improved linting and compatibility
1 parent c730863 commit c7355b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Set up Go environment
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: "1.18"
23+
go-version: "1.24"
2424

2525
- name: Install golangci-lint
2626
run: |
27-
curl -sSf https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
27+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.1.6
2828
2929
- name: Run gofmt, golangci-lint, and staticcheck
3030
run: |

0 commit comments

Comments
 (0)