Skip to content

Commit

Permalink
Merge pull request #59 from kitagry/upgrade-go-version
Browse files Browse the repository at this point in the history
Upgrade go version
  • Loading branch information
kitagry authored Jan 12, 2023
2 parents 0a10059 + 13fa9c0 commit 6d3383f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1,500 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.19
id: go

- uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.19
id: go

- name: Check out code into the Go module directory
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module github.com/kitagry/regols

go 1.17
go 1.19

require (
github.com/google/go-cmp v0.5.7
github.com/open-policy-agent/opa v0.42.0
github.com/open-policy-agent/opa v0.48.0
github.com/sourcegraph/jsonrpc2 v0.1.0
)

require (
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
Expand Down
Loading

0 comments on commit 6d3383f

Please sign in to comment.