Skip to content

Commit 429c51d

Browse files
authored
update versions in ci workflow (#13)
1 parent b76c87b commit 429c51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: '1.14.9'
19+
go-version: '1.17.5'
2020
- name: Run goreleaser
2121
uses: goreleaser/goreleaser-action@v1
2222
with:
23-
version: v0.144.1
23+
version: v1.2.5
2424
args: release --rm-dist
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)