Skip to content

Commit 6b034a0

Browse files
committed
chore: bump go to 1.26.1
1 parent 6df3140 commit 6b034a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/gosec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ./...

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)