Skip to content

Commit 36c7625

Browse files
Merge pull request #3 from agilityrobotics/feat/go-ver
🌱 match go.mod version for ci
1 parent 5d9cfaa commit 36c7625

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)