Updated github workflows

pull/15/head
Ian Davis 2023-02-08 12:43:49 +00:00
parent 99ed0dc05e
commit a9974e706d
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
env:
GO_VERSION: 1.19
GO_VERSION: 1.20
on:
workflow_dispatch:

View File

@ -1,5 +1,5 @@
env:
GO_VERSION: 1.19
GO_VERSION: 1.20
on:
workflow_dispatch:

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Install Go tip
run: |
go install golang.org/dl/gotip@latest

View File

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x]
os: [ "ubuntu", "windows", "macos" ]
runs-on: ${{ matrix.os }}-latest
steps: