Skip to content

Commit fde110c

Browse files
committed
go.yml: fix go-version field
Signed-off-by: Ryan Harper <rharper@woxford.com>
1 parent 622fe15 commit fde110c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up golang
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version 1.24
25+
go-version: 1.24
2626
- name: Install build dependencies
2727
run: |
2828
sudo apt-get update

0 commit comments

Comments
 (0)