Skip to content

Commit 2d9a013

Browse files
authored
Merge pull request #21 from moricho/ci/fix
ci: Specify Go version
2 parents e4ba0e1 + 56718b8 commit 2d9a013

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- name: set up Go environment
99
uses: actions/setup-go@v3
10+
with:
11+
go-version: '1.20'
1012
- name: check out
1113
uses: actions/checkout@v3
1214
- name: cache

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
fetch-depth: 0
1414
- name: Setup Go
1515
uses: actions/setup-go@v3
16+
with:
17+
go-version: '1.20'
1618
- name: Run GoReleaser
1719
uses: goreleaser/goreleaser-action@v4
1820
with:

0 commit comments

Comments
 (0)