Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ vars.GO_VERSION || '1.24.9' }}
go-version: ${{ vars.GO_VERSION || '1.24.12' }}
cache: true

- name: Run golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Run govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ vars.GO_VERSION || '1.24.9' }}
go-version-input: ${{ vars.GO_VERSION || '1.24.12' }}
go-package: ./...
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ vars.GO_VERSION || '1.24.9' }}
go-version: ${{ vars.GO_VERSION || '1.24.12' }}
cache: true

- name: Verify dependencies
Expand Down
Loading
Loading