Skip to content

Commit

Permalink
fix build (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Mahendrakar <[email protected]>
  • Loading branch information
maditya and maditya authored Dec 27, 2022
1 parent 2d55a32 commit ee51f84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
[codecov-card]: https://codecov.io/gh/theparanoids/grafeas-rds
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ee51f84

Please sign in to comment.