Skip to content

Commit 8e88aec

Browse files
author
Trevor Atkinson
committed
fix typo
1 parent ce03d45 commit 8e88aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Go
22
on: [push]
33

44
jobs:
5-
build:
5+
go_test:
66
runs-on: ubuntu-latest
77

88
steps:
99
- uses: actions/checkout@v5
1010
- name: Setup Go
1111
uses: actions/setup-go@v5
1212
with:
13-
go-version: '1.25.7zz'
13+
go-version: '1.25.7'
1414
- name: Install dependencies
1515
run: go get .
1616
- name: Test with the Go CLI

0 commit comments

Comments
 (0)