Skip to content

Commit 04e13e4

Browse files
committed
Update release workflow
1 parent 571a437 commit 04e13e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: 1.12
15+
go-version: 1.16
1616
- name: Run GoReleaser
1717
uses: goreleaser/goreleaser-action@v1
1818
with:

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project_name: gist
1+
project_name: iap_curl
22
env:
33
- GO111MODULE=on
44
before:

0 commit comments

Comments
 (0)