Skip to content

Commit

Permalink
Merge pull request #25 from rayspock/fix/goversion-in-release
Browse files Browse the repository at this point in the history
Fix invalid go version '1.21.0': must match format 1.23
  • Loading branch information
rayspock authored Aug 27, 2023
2 parents 79395de + 6cd93b5 commit 511cc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
build_command: make
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "go.mod"
goversion: 1.21.0
extra_files: LICENSE README.md env.example
asset_name: "${{ env.REPOSITORY_NAME }}_${{ env.RELEASE_TAG }}_${{ env.OS_NAME }}_${{ env.ARCH_NAME }}"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rayspock/go-chatgpt-discord

go 1.21.0
go 1.21

require (
github.com/bwmarrin/discordgo v0.27.1
Expand Down

0 comments on commit 511cc03

Please sign in to comment.