Skip to content

Commit

Permalink
Update go version in CI/build
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed Feb 26, 2023
1 parent 8315620 commit c985689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20

- name: install
run: GO111MODULE=off go get golang.org/x/tools/cmd/goimports honnef.co/go/tools/cmd/staticcheck

run: go install golang.org/x/tools/cmd/goimports@latest honnef.co/go/tools/cmd/staticcheck@latest
- name: Test
run: |
make fmt && git diff --exit-code
Expand Down

0 comments on commit c985689

Please sign in to comment.