Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Apr 10, 2023
1 parent a3a2631 commit 648761a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .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@v2
with:
go-version: 1.20
go-version: 1.20.1

#- name: Run tests
# run: go test ./...
Expand All @@ -26,6 +26,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: --rm-dist
args: --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ builds:
goarch:
- amd64
- arm64
goarm:
- "6"
- "7"
ldflags:
- -s -w
- -X main.version={{.Version}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module RedactedHook

go 1.19
go 1.20

require github.com/rs/zerolog v1.29.0

Expand Down

0 comments on commit 648761a

Please sign in to comment.