Upgrade to GoLang 1.16.0

This commit is contained in:
Deluan
2021-02-19 21:00:38 -05:00
parent 8436e18175
commit 54a3394559
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ jobs:
- name: Run GoReleaser - SNAPSHOT
if: startsWith(github.ref, 'refs/tags/') != true
uses: docker://deluan/ci-goreleaser:1.15.5-1
uses: docker://deluan/ci-goreleaser:1.16.0-1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -136,7 +136,7 @@ jobs:
- name: Run GoReleaser - RELEASE
if: startsWith(github.ref, 'refs/tags/')
uses: docker://deluan/ci-goreleaser:1.15.5-1
uses: docker://deluan/ci-goreleaser:1.16.0-1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: