Skip to content

Commit

Permalink
using go 1.19 to run unit test (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoel authored Oct 11, 2022
1 parent 9aa93cb commit 1f8465b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:


env:
GO_VERSION: 1.18
GO_VERSION: 1.19

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ require (
github.com/klauspost/compress v1.15.7 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mikefarah/yq/v4 v4.27.5
github.com/mikefarah/yq/v4 v4.28.1
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/mikefarah/yq/v4 v4.27.5 h1:u1pzF6df2Ozaw7ko/+geyTnlIjH6sPMTIJyLeWnut38=
github.com/mikefarah/yq/v4 v4.27.5/go.mod h1:jzkd8Ro++h/zwCdqCybwgYWOvQIyG3pe+wpqVA+HtM4=
github.com/mikefarah/yq/v4 v4.28.1 h1:S+H+WXnLFfG0UAYyZddfN4yinxfW7Wk5ndUH20KSKg0=
github.com/mikefarah/yq/v4 v4.28.1/go.mod h1:jzkd8Ro++h/zwCdqCybwgYWOvQIyG3pe+wpqVA+HtM4=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
Expand Down

0 comments on commit 1f8465b

Please sign in to comment.