Skip to content

Commit fb5598c

Browse files
committed
GitHub Actions の Go のバージョンを指定
1 parent c693439 commit fb5598c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/setup-go@v2
19+
with:
20+
go-version: '1.16'
1921
- uses: actions/checkout@v2
2022
- name: golangci-lint
2123
uses: golangci/golangci-lint-action@v2

0 commit comments

Comments
 (0)