Skip to content

Commit

Permalink
Update Go to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
elgopher committed Mar 19, 2022
1 parent 30350e4 commit d237d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ 1.17 ]
go: [ 1.17, 1.18 ]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
uses: golangci/[email protected]
with:
args: "-v"
version: v1.44
version: v1.45
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
module github.com/elgopher/yala

go 1.17
go 1.18

require (
github.com/golang/glog v1.0.0
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/rs/zerolog v1.26.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.7.0
go.uber.org/zap v1.20.0
)

Expand All @@ -17,7 +18,6 @@ require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down

0 comments on commit d237d59

Please sign in to comment.