Bumping to go1.18, bumping dev tools

This commit is contained in:
Mike Farah
2022-03-28 14:18:55 +11:00
parent bbeae229ca
commit 3cd999bb87
9 changed files with 9 additions and 14 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
id: go
- name: Check out code into the Go module directory