Skip to content

Commit

Permalink
cicd: fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Miriah Peterson <[email protected]>
  • Loading branch information
Soypete committed Jan 10, 2025
1 parent 82641a8 commit ca1660c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: 1.23

# add linting and test step
- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.29
only-new-issues: true
- name: test
# run only valid tests
Expand Down
2 changes: 1 addition & 1 deletion .golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run:
# Define the Go version limit.
# Mainly related to generics support in go1.18.
# Default: use Go version from the go.mod file, fallback on the env var `GOVERSION`, fallback on 1.17
go: '1.18'
go: '1.23'
linters:
# Enable specific linter
# https://golangci-lint.run/usage/linters/#enabled-by-default-linters
Expand Down

0 comments on commit ca1660c

Please sign in to comment.