Skip to content

Commit

Permalink
ci: update the go version in ci to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cqroot committed Sep 21, 2024
1 parent 014dbe6 commit 8cf348f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
go-version: 1.22

- uses: golangci/golangci-lint-action@v6
with:
Expand All @@ -35,8 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
go-version: 1.22

- name: Install gofumpt
run: go install mvdan.cc/gofumpt@latest
Expand Down

0 comments on commit 8cf348f

Please sign in to comment.