Skip to content

Commit

Permalink
Release v0.1.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Sep 26, 2024
1 parent f5c8b5d commit 19bea72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.23

- name: Docker Login
env:
Expand All @@ -62,7 +62,7 @@ jobs:
echo "${DOCKER_PASSWORD}" | docker login ghcr.io --username "${DOCKER_USERNAME}" --password-stdin
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v1
with:
distribution: goreleaser
version: 1.26.2
Expand Down

0 comments on commit 19bea72

Please sign in to comment.