File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed
Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,23 @@ name: Go
55
66on :
77 push :
8- branches : [ "main" ]
8+ branches : ["main"]
99 pull_request :
10- branches : [ "main" ]
10+ branches : ["main"]
1111
1212jobs :
13-
1413 build :
1514 runs-on : ubuntu-latest
1615 steps :
17- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v3
1817
19- - name : Set up Go
20- uses : actions/setup-go@v3
21- with :
22- go-version : 1.19.5
18+ - name : Set up Go
19+ uses : actions/setup-go@v3
20+ with :
21+ go-version : 1.25.4
2322
24- - name : Build
25- run : go build -v ./...
23+ - name : Build
24+ run : go build -v ./...
2625
27- - name : Test
28- run : go test -v ./...
26+ - name : Test
27+ run : go test -v ./...
Original file line number Diff line number Diff line change 11module github.com/jabley/httptraced
22
3- go 1.19
3+ go 1.25
44
55require github.com/ogier/pflag v0.0.1
You can’t perform that action at this time.
0 commit comments