File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-go@v2
42
42
with :
43
- go-version : " ~1.17 "
43
+ go-version : " ~1.18 "
44
44
- name : golangci-lint
45
45
uses : golangci/golangci-lint-action@v3.1.0
46
46
with :
82
82
version : " 3.19.4"
83
83
- uses : actions/setup-go@v2
84
84
with :
85
- go-version : " ~1.17 "
85
+ go-version : " ~1.18 "
86
86
- run : curl -sSL
87
87
https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz
88
88
| sudo tar -C /usr/bin -xz sqlc
@@ -133,7 +133,7 @@ jobs:
133
133
134
134
- uses : actions/setup-go@v2
135
135
with :
136
- go-version : " ~1.17 "
136
+ go-version : " ~1.18 "
137
137
138
138
- name : Echo Go Cache Paths
139
139
id : go-cache-paths
@@ -426,7 +426,7 @@ jobs:
426
426
# Go is required for uploading the test results to datadog
427
427
- uses : actions/setup-go@v2
428
428
with :
429
- go-version : " ~1.17 "
429
+ go-version : " ~1.18 "
430
430
431
431
- uses : hashicorp/setup-terraform@v1
432
432
with :
You can’t perform that action at this time.
0 commit comments