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

Commit

Permalink
workflows/publish.yml: bump go version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Feb 27, 2020
1 parent b0495a3 commit 0e8f34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
sudo apt update
sudo apt install zstd
- name: Setup go 1.13
- name: Setup go 1.14
id: go
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14

- name: Setup godog
run: go get -v github.com/cucumber/godog/cmd/godog
Expand Down

0 comments on commit 0e8f34b

Please sign in to comment.