Skip to content

Commit f9d936d

Browse files
feat: match go.mod version for ci
Signed-off-by: Matthew Greenwald <matthew.greenwald@agilityrobotics.com>
1 parent 5d9cfaa commit f9d936d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.23'
23+
go-version: '1.24'
2424
- name: Set version info
2525
run: |
2626
echo "VERSION=${GITHUB_REF_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)