Skip to content

Commit ebfb72e

Browse files
committed
fix: go version
1 parent 09570d3 commit ebfb72e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-18.04
1414
steps:
1515

16-
- name: Set up Go 1.12
16+
- name: Set up Go 1.14
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.12
19+
go-version: 1.14
2020

2121
- name: setup node
2222
uses: actions/setup-node@v1

test/fake-harbor-api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/moolen/harbor-sync/test/fake-harbor-api
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/gorilla/handlers v1.4.2

0 commit comments

Comments
 (0)