Ensure the github action uses at least go 1.19

This commit is contained in:
David Vogel 2022-08-12 14:03:08 +02:00
parent 72f8e92412
commit 615faac8e4
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- name: Check out code into the Go module directory
uses: actions/checkout@v2

View File

@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- name: Check out code into the Go module directory
uses: actions/checkout@v2