Skip to content

Commit 21f2ba8

Browse files
committed
fix(CI): use go 1.18
1 parent 3a4f676 commit 21f2ba8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Go 1.16
18-
uses: actions/setup-go@v2
17+
- uses: actions/setup-go@v2
1918
with:
20-
go-version: 1.16
19+
go-version: 1.18
2120
- run: go build -v ./...
2221
- run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
2322
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)