Skip to content

Commit 16a10df

Browse files
authored
chore: bump go to 1.20 (#707)
This will also resolve few vulnerabilities.
1 parent b7d0941 commit 16a10df

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- goVersion: "1.19"
3535
GOARCH: "amd64"
3636
SKIP_PYTHON_BINDINGS_TESTS: "0"
37+
- goVersion: "1.20"
38+
GOARCH: "amd64"
39+
SKIP_PYTHON_BINDINGS_TESTS: "0"
3740
runs-on: ubuntu-latest
3841
steps:
3942
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.17
24+
go-version: 1.20
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-jsonnet
22

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/fatih/color v1.12.0

0 commit comments

Comments
 (0)