File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,14 @@ jobs:
32
32
runs-on : ubuntu-24.04
33
33
permissions :
34
34
contents : read
35
- strategy :
36
- fail-fast : false
37
- matrix :
38
- go-version : ["1.22", "1.23", stable]
39
35
steps :
40
36
- name : Checkout Repository
41
37
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
38
43
39
- name : Setup Golang Environment
44
40
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
45
41
with :
46
- go-version : ${{ matrix.go-version }}
42
+ go-version-file : go.mod
47
43
48
44
- name : Run Unit Tests
49
45
run : make unit-test
102
98
- name : Setup Golang Environment
103
99
uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
104
100
with :
105
- go-version : stable
101
+ go-version-file : go.mod
106
102
if : ${{ github.ref_type == 'tag' }}
107
103
108
104
- name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments