File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
name : lint
13
13
strategy :
14
14
matrix :
15
- go-version : [ 1.19.5, 1.22.2 ]
15
+ go-version : [ 1.19.5, 1.22.3 ]
16
16
os : [ windows-latest ]
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
30
30
name : unit-test
31
31
strategy :
32
32
matrix :
33
- go-version : [ 1.19.5, 1.22.2 ]
33
+ go-version : [ 1.19.5, 1.22.3 ]
34
34
os : [ windows-latest ]
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
Original file line number Diff line number Diff line change 18
18
github_token : ${{ secrets.GITHUB_TOKEN }}
19
19
goos : ${{ matrix.goos }}
20
20
goarch : ${{ matrix.goarch }}
21
- goversion : 1.22.2
21
+ goversion : 1.22.3
22
22
project_path : cmd/bf2-conman
23
23
binary_name : bf2-conman
24
24
pre_command : go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/bf2-conman && go generate && popd
You can’t perform that action at this time.
0 commit comments