File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 66 go :
77 runs-on : ubuntu-latest
88
9- strategy :
10- matrix :
11- go-version : [1.16.x]
12-
139 steps :
14- - name : Install Go
15- uses : actions/setup-go@v5
16- with :
17- go-version : ${{ matrix.go-version }}
1810 - name : Check out code into the Go module directory
1911 uses : actions/checkout@v1
12+ - name : Install mise
13+ uses : jdx/mise-action@v2
14+ - name : Install tools with mise
15+ run : mise install
2016 - name : Test
2117 run : |
2218 go install github.com/magefile/mage
@@ -25,12 +21,12 @@ jobs:
2521 name : " Go mod tidy"
2622 runs-on : ubuntu-latest
2723 steps :
28- - name : Install Go
29- uses : actions/setup-go@v5
30- with :
31- go-version : 1.24.x
3224 - name : Check out code into the Go module directory
3325 uses : actions/checkout@v1
26+ - name : Install mise
27+ uses : jdx/mise-action@v2
28+ - name : Install tools with mise
29+ run : mise install
3430 - name : Tidy check
3531 run : |
3632 go install github.com/magefile/mage
Original file line number Diff line number Diff line change 1+ [tools ]
2+ go = " 1.25.5"
You can’t perform that action at this time.
0 commit comments