Skip to content

Commit 568d038

Browse files
authored
Update go.yml (#6)
1 parent 1b27cf5 commit 568d038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.17
19+
go-version: 1.19
2020

2121
- name: Build
2222
run: go build -v ./...
2323

2424
- name: Test
2525
run: |
26-
go test -v ./...
26+
go test -v ./...

0 commit comments

Comments
 (0)