Move to Go 1.19

This commit is contained in:
John Wood
2022-08-09 12:41:02 -07:00
parent eea7ad61c3
commit 3041543f46
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
name: Build name: Build
strategy: strategy:
matrix: matrix:
version: [1.18.x] version: [1.19.x]
target: target:
- { os: 'darwin', platform: 'macos-latest', arch: 'amd64' } - { os: 'darwin', platform: 'macos-latest', arch: 'amd64' }
- { os: 'linux', platform: 'ubuntu-latest', arch: 'amd64' } - { os: 'linux', platform: 'ubuntu-latest', arch: 'amd64' }
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.18.x' go-version: '1.19.x'
- name: Build binary - name: Build binary
run: go build run: go build
- name: Run tests - name: Run tests
@@ -29,7 +29,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.18.x' go-version: '1.19.x'
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with: