We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce03d45 commit 8e88aecCopy full SHA for 8e88aec
1 file changed
.github/workflows/go.yml
@@ -2,15 +2,15 @@ name: Go
2
on: [push]
3
4
jobs:
5
- build:
+ go_test:
6
runs-on: ubuntu-latest
7
8
steps:
9
- uses: actions/checkout@v5
10
- name: Setup Go
11
uses: actions/setup-go@v5
12
with:
13
- go-version: '1.25.7zz'
+ go-version: '1.25.7'
14
- name: Install dependencies
15
run: go get .
16
- name: Test with the Go CLI
0 commit comments