mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 10:04:48 -05:00
[PR #613] fix: align go version #790
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/613
Author: @dpschen
Created: 4/2/2025
Status: 🔄 Open
Base:
main← Head:fix/align-go-version📝 Commits (1)
0a52f4efix: align go version📊 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.
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.modfile 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.