Skip to content

Commit

Permalink
chore: upgrade to go-1.23.0 (#2430)
Browse files Browse the repository at this point in the history
This also required upgrading golangci-lint due to
golangci/golangci-lint#4909
  • Loading branch information
alecthomas authored Aug 19, 2024
1 parent 65862bf commit e9be43b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
- name: Build Cache
uses: ./.github/actions/build-cache
- name: golangci-lint
run: golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format github-actions ./...
run: |
golangci-lint --version
golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format github-actions ./...
- name: lint-commit-or-rollback
run: lint-commit-or-rollback ./backend/... 2>&1 | to-annotation
- name: go-check-sumtype
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/golangci-lint

0 comments on commit e9be43b

Please sign in to comment.