6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 20:19:42 +00:00

Merge pull request #15 from bl1nk/bump-go-version

Bump Go version to 1.16
This commit is contained in:
Greg Dlugoszewski
2021-06-03 14:59:29 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
- name: Set up Git
run: git config --global user.email "grdl@example.com" && git config --global user.name "grdl"
- name: Run go test
run: CGO_ENABLED=0 GOOS=linux go test ./... -v
run: CGO_ENABLED=0 GOOS=linux go test ./... -v

View File

@@ -14,11 +14,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.16
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}