Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
moolen committed Mar 9, 2020
1 parent 09570d3 commit ebfb72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-18.04
steps:

- name: Set up Go 1.12
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.14

- name: setup node
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion test/fake-harbor-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/moolen/harbor-sync/test/fake-harbor-api

go 1.13
go 1.14

require (
github.com/gorilla/handlers v1.4.2
Expand Down

0 comments on commit ebfb72e

Please sign in to comment.