Skip to content

Commit 6ac6a81

Browse files
authored
Update test action to use go 1.19
1 parent 6f4fbac commit 6ac6a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: Test Linux (Ubuntu)
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Set up Go 1.18.1
14+
- name: Set up Go 1.19
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: 1.18.1
17+
go-version: 1.19
1818
id: go
1919

2020
- name: Check out code

0 commit comments

Comments
 (0)