Bumped go compiler; bumped quality tools

This commit is contained in:
Mike Farah
2022-08-29 14:13:15 +10:00
parent 187d9523c6
commit b1a40a9fb7
11 changed files with 19 additions and 18 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
id: go
- name: Check out code into the Go module directory