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
|
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' }
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user