Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 0e8f34b

Browse files
committed
workflows/publish.yml: bump go version to 1.14
1 parent b0495a3 commit 0e8f34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
sudo apt update
2222
sudo apt install zstd
2323
24-
- name: Setup go 1.13
24+
- name: Setup go 1.14
2525
id: go
2626
uses: actions/setup-go@v1
2727
with:
28-
go-version: 1.13
28+
go-version: 1.14
2929

3030
- name: Setup godog
3131
run: go get -v github.com/cucumber/godog/cmd/godog

0 commit comments

Comments
 (0)