bump to go 1.20

This commit is contained in:
Mike Farah
2023-02-11 04:06:16 +11:00
parent 0f2a84d270
commit 5cb3c876fc
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.19
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
id: go
- name: Check out code into the Go module directory