Skip to content

Commit

Permalink
ci: use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 5, 2022
1 parent 86a5347 commit e46a620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ linters:
- dogsled
- errcheck
- goconst
- gocritic
# - gocritic # go1.18
- gofmt
- goimports
- revive
Expand Down

0 comments on commit e46a620

Please sign in to comment.