Bump Go version to 1.19 (#197)

This commit is contained in:
Pieter Noordhuis 2023-02-03 15:13:29 +01:00 committed by GitHub
parent 3796b0a6b0
commit cd789366b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.8
go-version: 1.19.5
cache: true
- name: Set go env

View File

@ -21,7 +21,7 @@ jobs:
id: go
uses: actions/setup-go@v3
with:
go-version: 1.18.8
go-version: 1.19.5
- name: Locate cache paths
id: cache

View File

@ -21,7 +21,7 @@ jobs:
id: go
uses: actions/setup-go@v3
with:
go-version: 1.18.8
go-version: 1.19.5
- name: Locate cache paths
id: cache