Use Go 1.19
This commit is contained in:
parent
d8ca637c7d
commit
5e1d6a916e
2
.github/workflows/publish_release.yaml
vendored
2
.github/workflows/publish_release.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.18.0'
|
||||
go-version: '>=1.19.0'
|
||||
- name: Version
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
- name: Test
|
||||
|
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.18.0'
|
||||
go-version: '>=1.19.0'
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
||||
|
Loading…
Reference in New Issue
Block a user