Skip to content

Commit

Permalink
use 1.21 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyzhao2018 committed Feb 1, 2024
1 parent 93458c3 commit 788ce5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3

Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'

- name: Run tests
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.21'

- name: Cache Node modules
id: cache-node-modules
Expand Down

0 comments on commit 788ce5c

Please sign in to comment.