1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 15:38:17 +03:00

Merge pull request #56 from wader/bump-github-go-version-1.17.6

Update github-go-version from 1.17.5, 1.17.5 to 1.17.6
This commit is contained in:
Mattias Wadman 2022-01-07 18:00:22 +01:00 committed by GitHub
commit f2d8c0aa89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.17.6
- name: Test
env:
GOARCH: ${{ matrix.goarch }}

View File

@ -19,7 +19,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17.5
go-version: 1.17.6
- name: Run goreleaser
uses: goreleaser/goreleaser-action@v2
with: