Skip to content

Commit 26d9f39

Browse files
authored
ci: use go 1.22 and upgrade golangci-lint (#829)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 10745c9 commit 26d9f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.21.x
25+
go-version: 1.22.x
2626
cache: false
2727
- name: golangci-lint
2828
uses: golangci/golangci-lint-action@v6
2929
with:
30-
version: v1.54 # current version at time of commit
3130
args: --timeout=10m
3231
# Only show new issues in a PR but show all issues for pushes
3332
only-new-issues: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}

0 commit comments

Comments
 (0)