Skip to content

Commit f8e67a6

Browse files
committed
update go version
1 parent 615d18e commit f8e67a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go 1.x
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: ^1.13
28+
go-version: ^1.20
2929
id: go
3030

3131
- name: Check out code into the Go module directory
@@ -35,8 +35,6 @@ jobs:
3535
run: |
3636
go test -race -covermode atomic -coverprofile=covprofile ./...
3737
- name: Install goveralls
38-
env:
39-
GO111MODULE: off
4038
run: go get github.com/mattn/goveralls
4139
- name: Send coverage
4240
env:

0 commit comments

Comments
 (0)