Skip to content

Commit

Permalink
fix(CI): use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Mar 17, 2022
1 parent 3a4f676 commit 21f2ba8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Go 1.16
uses: actions/setup-go@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- run: go build -v ./...
- run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
- run: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 21f2ba8

Please sign in to comment.