Update test action to use go 1.19

This commit is contained in:
Chris Smowton
2022-08-19 18:37:39 +01:00
committed by GitHub
parent 6f4fbac412
commit 6ac6a81bfa

View File

@@ -11,10 +11,10 @@ jobs:
name: Test Linux (Ubuntu)
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18.1
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.18.1
go-version: 1.19
id: go
- name: Check out code