File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3.0.1
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Setup Go
16
- uses : actions/setup-go@v4
16
+ uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.20 .x
18
+ go-version : 1.23 .x
19
19
20
20
- run : go mod vendor
21
21
22
22
- name : Run golangci-lint
23
- uses : golangci/golangci-lint-action@v3
23
+ uses : golangci/golangci-lint-action@v6
24
24
with :
25
- version : v1.53
25
+ version : v1.61
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Set up Go
25
- uses : actions/setup-go@v4
25
+ uses : actions/setup-go@v5
26
26
with :
27
- go-version : ' 1.20 '
27
+ go-version : ' 1.23 '
28
28
29
29
- name : test
30
30
run : make test
Original file line number Diff line number Diff line change 1
1
module github.com/terraform-providers/terraform-provider-postgresql
2
2
3
- go 1.20
3
+ go 1.23
4
+
5
+ toolchain go1.23.2
4
6
5
7
require (
6
8
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
You can’t perform that action at this time.
0 commit comments