Skip to content

Commit 7e9adba

Browse files
committed
Updating github-config
1 parent b9fb92e commit 7e9adba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-go-mod-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Setup Go
2222
id: setup-go
2323
uses: actions/setup-go@v6
24+
# Fetching the latest stable Go version
2425
with:
25-
go-version-file: go.mod
26+
go-version: stable
2627
- name: Get current go toolchain version
2728
id: current-go-version
2829
uses: paketo-buildpacks/github-config/actions/update-go-mod-version@main

0 commit comments

Comments
 (0)