Skip to content

Commit

Permalink
Update go
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Feb 4, 2023
1 parent a6ffb07 commit 15766ef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.19.4

- uses: actions/cache@v2
if: ${{ !env.ACT }}
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- name: Check Out Repo
- name: Check Out Repo
uses: actions/checkout@v2
-
name: Set up QEMU
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19.4
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand All @@ -94,4 +94,3 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 15766ef

Please sign in to comment.