mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-28 17:01:02 +02:00
chore: bump go to 1.20 (#707)
This will also resolve few vulnerabilities.
This commit is contained in:
parent
b7d09417d8
commit
16a10df1a7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
|||||||
- goVersion: "1.19"
|
- goVersion: "1.19"
|
||||||
GOARCH: "amd64"
|
GOARCH: "amd64"
|
||||||
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||||
|
- goVersion: "1.20"
|
||||||
|
GOARCH: "amd64"
|
||||||
|
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,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.17
|
go-version: 1.20
|
||||||
-
|
-
|
||||||
name: Run GoReleaser
|
name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user