Skip to content

Commit 559eec5

Browse files
solidnerdnolte
andauthored
chore: upgrade to golang 1.14 (#5)
Signed-off-by: solidnerd <[email protected]> Co-authored-by: nolte <[email protected]>
1 parent 69a5569 commit 559eec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.13
18+
go-version: ^1.14
1919
id: go
2020

2121
- name: Get dependencies

.github/workflows/cicd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: ^1.13
15+
go-version: ^1.14
1616
id: go
1717

1818
- name: Get dependencies

0 commit comments

Comments
 (0)