Skip to content

Commit

Permalink
fix action go ver to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
das6ng committed Dec 18, 2024
1 parent 7cbd886 commit 0a6e19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.23"

- run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o xlsxcfg_linux_amd64 ./bin/xlsxcfg/
- run: CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o xlsxcfg_windows_amd64.exe ./bin/xlsxcfg/
Expand Down

0 comments on commit 0a6e19a

Please sign in to comment.