Skip to content

Commit

Permalink
build(ci): bump to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Nov 1, 2024
1 parent 2b69182 commit ca5a2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: "1.21"
- name: Build
run: |
go version
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: "1.23"
- name: Other lint
run: |
go install golang.org/x/tools/cmd/goimports@latest
Expand Down

0 comments on commit ca5a2b5

Please sign in to comment.