Skip to content

Commit 7dc7ad4

Browse files
committed
Run Coverage build with Go1.18
1 parent d237d59 commit 7dc7ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v2
3737
with:
38-
go-version: 1.17
38+
go-version: 1.18
3939

4040
- name: Test
4141
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)