File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
check :
23
23
uses :
int128/go-workflows/.github/workflows/[email protected]
24
24
with :
25
- go-version : 1.22.1
25
+ go-version : 1.22.2
26
26
golangci-lint-version : v1.57.2
27
27
28
28
test :
32
32
- uses : actions/checkout@v4
33
33
- uses : actions/setup-go@v5
34
34
with :
35
- go-version : 1.22.1
35
+ go-version : 1.22.2
36
36
- run : go test -v -race ./...
Original file line number Diff line number Diff line change 57
57
- uses : actions/checkout@v4
58
58
- uses : actions/setup-go@v5
59
59
with :
60
- go-version : 1.22.1
60
+ go-version : 1.22.2
61
61
- run : go build -ldflags '-X main.version=${{ github.ref_name }}'
62
62
- uses : int128/go-release-action@v2
63
63
with :
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-go@v5
27
27
with :
28
- go-version : 1.22.1
28
+ go-version : 1.22.2
29
29
30
30
# for certutil
31
31
# https://packages.ubuntu.com/xenial/libnss3-tools
You can’t perform that action at this time.
0 commit comments