File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4343 - name : Setup Golang
4444 uses : actions/setup-go@v5
4545 with :
46- go-version : 1.21
46+ go-version : 1.22
4747
4848 - name : Fetching Go Cache Paths
4949 id : go-cache-paths
@@ -162,7 +162,7 @@ jobs:
162162 - name : Setup Golang
163163 uses : actions/setup-go@v5
164164 with :
165- go-version : 1.21
165+ go-version : 1.22
166166
167167 - name : Fetching Go Cache Paths
168168 id : go-cache-paths
@@ -248,7 +248,7 @@ jobs:
248248 - name : Setup GoLang
249249 uses : actions/setup-go@v5
250250 with :
251- go-version : 1.21
251+ go-version : 1.22
252252
253253 - name : Fetching Go Cache Paths
254254 id : go-cache-paths
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v5
1515 with :
16- go-version : 1.21
16+ go-version : 1.22
1717
1818 - name : golangci-lint
1919 uses : golangci/golangci-lint-action@v6
3030 - name : Set up Go
3131 uses : actions/setup-go@v5
3232 with :
33- go-version : 1.21
33+ go-version : 1.22
3434
3535 - name : Checkout Steampipe
3636 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11module github.com/turbot/steampipe-postgres-fdw
22
3- go 1.21.0
4-
5- toolchain go1.21.3
3+ go 1.22.4
64
75require (
86 github.com/dgraph-io/ristretto v0.1.1 // indirect
You can’t perform that action at this time.
0 commit comments