Chore: update go version to v1.19 (#1463)
This commit is contained in:
parent
f08e01bf6a
commit
f55369d4f3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.19
|
||||
|
||||
- name: Set variables
|
||||
run: |
|
||||
|
2
.github/workflows/test-pr.yml
vendored
2
.github/workflows/test-pr.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.19
|
||||
|
||||
- name: Set variables
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user