We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd32a58 commit 0716742Copy full SHA for 0716742
1 file changed
.github/workflows/ci.yml .github/workflows/commitback.yml.github/workflows/ci.yml renamed to .github/workflows/commitback.yml
@@ -7,13 +7,13 @@ on:
7
- 'go.mod'
8
- '**.yml'
9
10
-name: ci
+name: commitback
11
12
env:
13
GO111MODULE: on
14
15
jobs:
16
- ci:
+ commitback:
17
runs-on: ubuntu-latest
18
19
concurrency:
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Go
28
uses: actions/setup-go@v5
29
with:
30
- go-version: ^1.23
+ go-version: 1.23
31
cache: false
32
33
- name: Sort Imports
0 commit comments