Skip to content

Commit be8dce3

Browse files
authored
Update workflow.yml
1 parent d2e1c1b commit be8dce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
# Install Go.
2323
- name: Set up Go
24-
uses: actions/setup-go@v2-beta
24+
uses: actions/setup-go@v2
2525
with:
26-
go-version: "^1.14" # The Go version to download and use.
26+
go-version: "1.14.0" # The Go version to download and use.
2727
- name: Print Go version
2828
run: go version
2929

0 commit comments

Comments
 (0)