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"
|
||||
GOARCH: "amd64"
|
||||
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||
- goVersion: "1.20"
|
||||
GOARCH: "amd64"
|
||||
SKIP_PYTHON_BINDINGS_TESTS: "0"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.20
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user