Skip to content

Commit 0716742

Browse files
committed
chore: make lint happy
1 parent bd32a58 commit 0716742

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- 'go.mod'
88
- '**.yml'
99

10-
name: ci
10+
name: commitback
1111

1212
env:
1313
GO111MODULE: on
1414

1515
jobs:
16-
ci:
16+
commitback:
1717
runs-on: ubuntu-latest
1818

1919
concurrency:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: ^1.23
30+
go-version: 1.23
3131
cache: false
3232

3333
- name: Sort Imports

0 commit comments

Comments
 (0)