Skip to content

Commit f845f2b

Browse files
committed
update workflows go version
1 parent 69c3ce9 commit f845f2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: ${{ vars.GO_VERSION || '1.23.x' }}
14+
go-version: ${{ vars.GO_VERSION || '1.24.9' }}
1515
cache: true
1616

1717
- name: Run golangci-lint

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- name: Run govulncheck
1212
uses: golang/govulncheck-action@v1
1313
with:
14-
go-version-input: ${{ vars.GO_VERSION || '1.23.x' }}
14+
go-version-input: ${{ vars.GO_VERSION || '1.24.9' }}
1515
go-package: ./...

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: ${{ vars.GO_VERSION || '1.24.x' }}
14+
go-version: ${{ vars.GO_VERSION || '1.24.9' }}
1515
cache: true
1616

1717
- name: Verify dependencies

0 commit comments

Comments
 (0)