Update: bump CI to 1.19

This commit is contained in:
vcaesar 2022-09-08 12:50:44 -07:00
parent 03b71aacdc
commit 762bfbdd9a
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.18
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go
- name: Check out code into the Go module directory

View File

@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64
# ARCHITECTURE: x64
GOVERSION: 1.17.8
GOVERSION: 1.19.1
# GOPATH: c:\gopath
# scripts that run after cloning repository