From ee51f8475dac2059ed3c3af00423a17dca28fd1c Mon Sep 17 00:00:00 2001 From: Aditya Mahendrakar Date: Mon, 26 Dec 2022 22:08:11 -0800 Subject: [PATCH] fix build (#288) Co-authored-by: Aditya Mahendrakar --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/linux.yml | 2 +- README.md | 4 ++-- go.mod | 2 +- go.sum | 1 - 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 87f560b..b76e33a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.17.8 + go-version: 1.19.4 - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3.3.1 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7780e14..9b1fcd8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.16.x', '1.17.0' ] + go: [ '1.18.x', '1.19.4' ] name: Go ${{ matrix.go }} build steps: - name: checkout diff --git a/README.md b/README.md index 5caa617..b968be5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This project is intended to be used as a library. Import `github.com/theparanoids/grafeas-rds/rds` to use it. -Note that the Go version has to be >= `1.17` (see [go.mod](go.mod)). +Note that the Go version has to be >= `1.18` (see [go.mod](go.mod)). ## Usage @@ -95,4 +95,4 @@ This project is licensed under the terms of the [Apache 2.0](https://www.apache. [goreport-card-badge]: https://goreportcard.com/badge/theparanoids/grafeas-rds [goreport-card]: https://goreportcard.com/report/theparanoids/grafeas-rds [codecov-card-badge]: https://codecov.io/gh/theparanoids/grafeas-rds/branch/main/graph/badge.svg -[codecov-card]: https://codecov.io/gh/theparanoids/grafeas-rds \ No newline at end of file +[codecov-card]: https://codecov.io/gh/theparanoids/grafeas-rds diff --git a/go.mod b/go.mod index 965884b..3b2fcb8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ // See LICENSE file in project root for terms. module github.com/theparanoids/grafeas-rds -go 1.17 +go 1.18 require ( github.com/aws/aws-sdk-go v1.44.121 diff --git a/go.sum b/go.sum index 28840e6..65b8d80 100644 --- a/go.sum +++ b/go.sum @@ -162,7 +162,6 @@ github.com/grafeas/grafeas v0.1.7-0.20210928191636-ff616c8055fd h1:ImQi/Q6my+iZU github.com/grafeas/grafeas v0.1.7-0.20210928191636-ff616c8055fd/go.mod h1:Pput/pZJun9a6Uzmvadd8lWmNBC7HLkT7lWb/vwCQls= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.0 h1:bM6ZAFZmc/wPFaRDi0d5L7hGEZEx/2u+Tmr2evNHDiI= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 h1:X2vfSnm1WC8HEo0MBHZg2TcuDUHJj6kd1TmEAQncnSA= github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1/go.mod h1:oVMjMN64nzEcepv1kdZKgx1qNYt4Ro0Gqefiq2JWdis=