Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Oct 31, 2022
1 parent 5a1c19a commit 8391d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19

- name: Caches
uses: actions/cache@v3
Expand All @@ -48,7 +48,7 @@ jobs:
run: go test -v .

- name: Release
- uses: wangyoucao577/go-release-action@v1.32
uses: wangyoucao577/go-release-action@v1.32
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 8391d5e

Please sign in to comment.