Skip to content

Commit 076c089

Browse files
committed
ci: bump validate-go-project reusable workflow to v2.3.4
Update reference from v2.3.0 to v2.3.4 which switches from hardcoded go-version: 1.26.1 to go-version-file: go.mod, allowing the workflow to use the Go version required by the project's go.mod (now 1.26.2 due to github.com/siderolabs/omni/client v1.6.5). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f95f035 commit 076c089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
ci-go:
208208
name: ✅ Validate Go Project
209209
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
210-
uses: devantler-tech/reusable-workflows/.github/workflows/validate-go-project.yaml@c46f75962deb2dab6619de8a379b47b929f40d15 # v2.3.0
210+
uses: devantler-tech/reusable-workflows/.github/workflows/validate-go-project.yaml@afd34443d79480ef3f114138b558265a21ac8f13 # v2.3.4
211211
permissions:
212212
contents: write
213213
issues: write

0 commit comments

Comments
 (0)