Skip to content

Commit baffadc

Browse files
committed
Bump ci to go 1.19
Signed-off-by: jesus m. rodriguez <[email protected]>
1 parent 3a22919 commit baffadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2222
- name: Check out code into the Go module directory
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go 1.x
6565
uses: actions/setup-go@v2
6666
with:
67-
go-version: ^1.17
67+
go-version: ^1.19
6868
id: go
6969

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

0 commit comments

Comments
 (0)