File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v2
1818 with :
19- go-version : " 1.18 "
19+ go-version : " 1.21 "
2020 - name : Login to DockerHub
2121 uses : docker/login-action@v1
2222 with :
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/setup-go@v2
1111 with :
12- go-version : " 1.18 "
12+ go-version : " 1.21 "
1313 - uses : actions/checkout@v2
1414 with :
1515 fetch-depth : 0
2020 test :
2121 strategy :
2222 matrix :
23- go-version : [1.18 .x]
23+ go-version : [1.21 .x]
2424 os : [ubuntu-latest]
2525 runs-on : ${{ matrix.os }}
2626 steps :
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Guardian provides a fully-featured GRPC and HTTP API to interact with Guardian s
119119 <summary >Dependencies:</summary >
120120
121121 - Git
122- - Go 1.18 or above
122+ - Go 1.21 or above
123123 - PostgreSQL 13.2 or above
124124
125125</details >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ scoop update guardian
5757
5858Guardian requires the following dependencies:
5959
60- - Golang (version 1.18 or above)
60+ - Golang (version 1.21 or above)
6161- Git
6262
6363#### Build
Original file line number Diff line number Diff line change 11module github.com/goto/guardian
22
3- go 1.18
3+ go 1.21
44
55require (
66 cloud.google.com/go/bigquery v1.44.0
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp
6262cloud.google.com/go/iam v0.8.0 h1:E2osAkZzxI/+8pZcxVLcDtAQx/u+hZXVryUaYQ5O0Kk =
6363cloud.google.com/go/iam v0.8.0 /go.mod h1:lga0/y3iH6CX7sYqypWJ33hf7kkfXJag67naqGESjkE =
6464cloud.google.com/go/longrunning v0.3.0 h1:NjljC+FYPV3uh5/OwWT6pVU+doBqMg2x/rZlE+CamDs =
65+ cloud.google.com/go/longrunning v0.3.0 /go.mod h1:qth9Y41RRSUE69rDcOn6DdK3HfQfsUI0YSmW3iIlLJc =
6566cloud.google.com/go/pubsub v1.0.1 /go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I =
6667cloud.google.com/go/pubsub v1.1.0 /go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw =
6768cloud.google.com/go/pubsub v1.2.0 /go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA =
You can’t perform that action at this time.
0 commit comments