Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0aeeb32

Browse files
committed
chore: use go 1.18 everywhere in ci
Somehow I missed these?
1 parent1bab7e8 commit0aeeb32

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)

[8]ページ先頭

©2009-2025 Movatter.jp