File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - name : Set up Go
2020 uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
2121 with :
22- go-version : ' 1.25.7 '
22+ go-version : ' 1.26.1 '
2323
2424 - name : Install golangci-lint
2525 run : |
26- curl -sSfL https://github.com/golangci/golangci-lint/releases/download/v2.4.0 /golangci-lint-2.4.0 -linux-amd64.tar.gz | tar -xzv -C /tmp
26+ curl -sSfL https://github.com/golangci/golangci-lint/releases/download/v2.11.4 /golangci-lint-2.11.4 -linux-amd64.tar.gz | tar -xzv -C /tmp
2727 mv /tmp/golangci-lint-*/golangci-lint /usr/local/bin/
2828
2929 - name : Run golangci-lint
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 - name : Set up Go
2121 uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
2222 with :
23- go-version : ' 1.25.7 '
23+ go-version : ' 1.26.1 '
2424
2525 - name : Install gosec
26- run : go install github.com/securego/gosec/v2/cmd/gosec@v2.24.7
26+ run : go install github.com/securego/gosec/v2/cmd/gosec@v2.25.0
2727
2828 - name : Run gosec
2929 run : gosec ./...
Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639
2424 with :
25- go-version : ' 1.25.7 '
25+ go-version : ' 1.26.1 '
2626
2727 - name : Install dependencies
2828 run : go mod download
You can’t perform that action at this time.
0 commit comments