diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index df9dff7..8833a3e 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -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/