File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,14 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Install Go
14- uses : actions/setup-go@v2
14+ uses : actions/setup-go@v5
1515 with :
16- go-version : 1.21.x
16+ go-version-file : ' go.mod '
1717 - name : Checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919 - name : Test
2020 run : go test -race ./...
2121 - name : Vet
2222 run : go vet ./...
2323 - name : Mod verify
2424 run : go mod verify
25- - name : Staticcheck
26- run : |
27- go get honnef.co/go/tools/cmd/staticcheck
28- staticcheck ./...
Original file line number Diff line number Diff line change 11module github.com/davecheney/httpstat
22
3- go 1.21
3+ go 1.23
44
55require github.com/fatih/color v1.18.0
66
You can’t perform that action at this time.
0 commit comments