mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Move to Go 1.19
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
version: [1.18.x]
|
||||
version: [1.19.x]
|
||||
target:
|
||||
- { os: 'darwin', platform: 'macos-latest', arch: 'amd64' }
|
||||
- { os: 'linux', platform: 'ubuntu-latest', arch: 'amd64' }
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
go-version: '1.19.x'
|
||||
- name: Build binary
|
||||
run: go build
|
||||
- name: Run tests
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.18.x'
|
||||
go-version: '1.19.x'
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user