Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 22, 2021
1 parent 5254e84 commit 7cf61c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '16'
- 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:
Expand Down
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

0 comments on commit 7cf61c3

Please sign in to comment.