Bump to 1.20

This commit is contained in:
Kegan Dougal 2023-09-12 15:16:40 +01:00
parent 7c80b5424a
commit 397e52cd9c

View File

@ -45,7 +45,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- name: Build
run: go build ./cmd/syncv3
@ -130,7 +130,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- name: Build
run: go build ./cmd/syncv3
@ -260,7 +260,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
# E2E tests with ${{env.PREV_VERSION}}
- uses: actions/checkout@v3