Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jan 29, 2022
1 parent cd8c264 commit 1bc908e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.13", "1.14", "1.15", "1.16"]
go: ["1.13", "1.14", "1.15", "1.16", "1.17"]
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ checksum:
name_template: checksums.txt
snapshot:
name_template: "{{ .Tag }}-next"
project_name: kevent
project_name: glove
Empty file modified bin/release.sh
100644 → 100755
Empty file.

0 comments on commit 1bc908e

Please sign in to comment.