File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Expand file tree Collapse file tree 5 files changed +11
-9
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 1+ ## v1.11.6 [ 2024-08-13]
2+ _ Whats new_
3+ * Compiled with Go 1.22. ([ #485 ] ( https://github.com/turbot/steampipe-postgres-fdw/issues/485 ) )
4+
15## v1.11.5 [ 2024-08-02]
26_ Bug fixes_
37* Fix caching in the standalone plugin FDW extensions. ([ #480 ] ( https://github.com/turbot/steampipe-postgres-fdw/issues/480 ) )
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111)
1212
1313// The main version number that is being run at the moment.
14- var fdwVersion = "1.11.5 "
14+ var fdwVersion = "1.11.6 "
1515
1616// A pre-release marker for the version. If this is "" (empty string)
1717// then it means that it is a final release. Otherwise, this is a pre-release
You can’t perform that action at this time.
0 commit comments