Skip to content

Commit b33e457

Browse files
authored
chore: use go 1.18 everywhere in ci (coder#641)
Somehow I missed these?
1 parent 1bab7e8 commit b33e457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coder.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v3
4141
- uses: actions/setup-go@v2
4242
with:
43-
go-version: "~1.17"
43+
go-version: "~1.18"
4444
- name: golangci-lint
4545
uses: golangci/golangci-lint-action@v3.1.0
4646
with:
@@ -82,7 +82,7 @@ jobs:
8282
version: "3.19.4"
8383
- uses: actions/setup-go@v2
8484
with:
85-
go-version: "~1.17"
85+
go-version: "~1.18"
8686
- run: curl -sSL
8787
https://github.com/kyleconroy/sqlc/releases/download/v1.11.0/sqlc_1.11.0_linux_amd64.tar.gz
8888
| sudo tar -C /usr/bin -xz sqlc
@@ -133,7 +133,7 @@ jobs:
133133

134134
- uses: actions/setup-go@v2
135135
with:
136-
go-version: "~1.17"
136+
go-version: "~1.18"
137137

138138
- name: Echo Go Cache Paths
139139
id: go-cache-paths
@@ -426,7 +426,7 @@ jobs:
426426
# Go is required for uploading the test results to datadog
427427
- uses: actions/setup-go@v2
428428
with:
429-
go-version: "~1.17"
429+
go-version: "~1.18"
430430

431431
- uses: hashicorp/setup-terraform@v1
432432
with:

0 commit comments

Comments
 (0)