Skip to content

Commit 69a12e8

Browse files
authored
Specify stable version for actions/setup-go (#108)
This is almost same as line/line-bot-sdk-go#585. we don't have to maintain actual go version in github actions workflow.
1 parent 3e09054 commit 69a12e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ jobs:
257257
python-version: '3.x'
258258

259259
- name: Set up Go
260-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
260+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
261261
with:
262-
go-version: 1.21
262+
go-version: stable
263263

264264
- name: Install goimports
265265
run: go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)