Commit 6c65601 1 parent 0a7b59d commit 6c65601 Copy full SHA for 6c65601
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
name : " Go ${{ matrix.go }} test (tags: ${{ matrix.tags }})"
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- name : Install Go stable version
17
17
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
18
with :
Original file line number Diff line number Diff line change 5
5
name : lint
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
8
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9
9
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
10
10
with :
11
11
go-version : 1.21
You can’t perform that action at this time.
0 commit comments