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: env:
GO_VERSION: 1.19 GO_VERSION: 1.20
on: on:
workflow_dispatch: workflow_dispatch:

View File

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

View File

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

View File

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