Skip to content

Commit

Permalink
build: add Go 1.19 (#204)
Browse files Browse the repository at this point in the history
This commit enables building the project on Go 1.19.
It also updates the `golangci-lint` package version
to resolve a compatibility issue with the latest Go version.

Signed-off-by: Norbert Biczo <pyrooka@users.noreply.github.com>
  • Loading branch information
pyrooka authored Sep 2, 2022
1 parent 48e1ec1 commit 5d0b22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:
- 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x

notifications:
email: true
Expand All @@ -19,7 +20,7 @@ before_install:
- pyenv global 3.8

install:
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.45.2
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.49.0
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

script:
Expand Down

0 comments on commit 5d0b22e

Please sign in to comment.