Skip to content

Commit 0299c8c

Browse files
committed
Pin Go version
1 parent b7f3db7 commit 0299c8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coder.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v2
41+
- uses: actions/setup-go@v2
42+
with:
43+
go-version: "^1.17"
4144
- name: golangci-lint
4245
uses: golangci/golangci-lint-action@v3.1.0
4346
with:

0 commit comments

Comments
 (0)