Skip to content

Commit

Permalink
chore: update to go 1.19 and fix goreleaser (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a authored Aug 8, 2022
1 parent 5dd8294 commit 0b3888a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.15
go-version: 1.19
- name: Cache Go modules
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.15
go-version: 1.19
- name: Cache Go modules
uses: actions/cache@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions cmd/jwt/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 0b3888a

Please sign in to comment.