Skip to content

Commit e30b006

Browse files
committed
ci: bump go version tests run with
1 parent 4515637 commit e30b006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
name: Build
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Set up Go 1.17
8+
- name: Set up Go 1.19
99
uses: actions/setup-go@v1
1010
with:
11-
go-version: 1.17
11+
go-version: 1.19
1212
id: go
1313

1414
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)