[PR #613] fix: align go version #790

Open
opened 2025-11-01 21:04:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/613
Author: @dpschen
Created: 4/2/2025
Status: 🔄 Open

Base: mainHead: fix/align-go-version


📝 Commits (1)

📊 Changes

2 files changed (+35 additions, -5 deletions)

View changed files

📝 .github/workflows/release.yml (+14 -2)
📝 .github/workflows/test.yml (+21 -3)

📄 Description

We have currently these logs in the ci when calling setup-go, see https://github.com/actions/setup-go/issues/424.

/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/LICENSE: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/CONTRIBUTING.md: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/README.md: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/mkzip.go: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/zoneinfo.zip: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/update.bash: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/README: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/Makefile: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/README.md: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/v1.0.0.zip: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips1[40](https://github.com/go-vikunja/vikunja/actions/runs/14217174464/job/39836464695#step:3:41)/fips140.sum: Cannot open: File exists
/usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/wasm/go_js_wasm_exec: Cannot open: File exists

This might be the related issue https://github.com/actions/setup-go?tab=readme-ov-file#getting-go-version-from-the-gomod-file

If I understand this correctly, the go version isn't read out of the go.mod file by default (instead the runner default is used).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/613 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 4/2/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/align-go-version` --- ### 📝 Commits (1) - [`0a52f4e`](https://github.com/go-vikunja/vikunja/commit/0a52f4e6e52e1a20f9c26bcd1be97ccde4214a24) fix: align go version ### 📊 Changes **2 files changed** (+35 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+14 -2) 📝 `.github/workflows/test.yml` (+21 -3) </details> ### 📄 Description We have currently these logs in the ci when calling setup-go, see https://github.com/actions/setup-go/issues/424. ``` /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/LICENSE: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/CONTRIBUTING.md: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/README.md: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/mkzip.go: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/zoneinfo.zip: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/update.bash: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/time/README: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/Makefile: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/README.md: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips140/v1.0.0.zip: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/fips1[40](https://github.com/go-vikunja/vikunja/actions/runs/14217174464/job/39836464695#step:3:41)/fips140.sum: Cannot open: File exists /usr/bin/tar: ../../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.2.linux-amd64/lib/wasm/go_js_wasm_exec: Cannot open: File exists ``` This might be the related issue https://github.com/actions/setup-go?tab=readme-ov-file#getting-go-version-from-the-gomod-file If I understand this correctly, the go version isn't read out of the `go.mod` file by default (instead the runner default is used). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:04:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#790