Skip to content

Commit

Permalink
Merge pull request #23 from alessio/release/0.2.3
Browse files Browse the repository at this point in the history
release small update
  • Loading branch information
alessio authored Aug 16, 2024
2 parents c7eb780 + b282579 commit 8568f84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Run go generate
run: go generate ./internal/...
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.2
v0.2.3

0 comments on commit 8568f84

Please sign in to comment.