File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99 branches :
1010 - master
11+ env :
12+ GO_VERSION : 1.25.3
1113jobs :
1214 test :
1315 strategy :
1416 matrix :
15- go-version : [1.25.3]
1617 os : [ubuntu-latest]
1718 runs-on : ${{ matrix.os }}
1819 steps :
2122 - name : Install Go
2223 uses : actions/setup-go@v6
2324 with :
24- go-version : ${{ matrix.go-version }}
25+ go-version : ${{ env.GO_VERSION }}
2526 - name : Compile
2627 run : make build
2728 - name : golangci-lint
5960 - name : Install Go
6061 uses : actions/setup-go@v6
6162 with :
62- go-version : ${{ matrix.go-version }}
63+ go-version : ${{ env.GO_VERSION }}
6364 - name : Prepare
6465 id : prep
6566 run : |
Original file line number Diff line number Diff line change 2626 Branch string
2727 BuildDate string
2828 GitSHA1 string
29- Version = "v0.2.3 "
29+ Version = "v0.2.4 "
3030)
3131
3232// Get returns the version string with some additional details
You can’t perform that action at this time.
0 commit comments