chore: bump go to 1.20 (#707)

This will also resolve few vulnerabilities.
This commit is contained in:
Tareq Al-Maamari 2023-06-13 22:17:47 +02:00 committed by GitHub
parent b7d09417d8
commit 16a10df1a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/google/go-jsonnet
go 1.17
go 1.20
require (
github.com/fatih/color v1.12.0