File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 name : ci
2626 steps :
2727 - name : checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 - name : setup golang
3030 uses : actions/setup-go@v6
3131 with :
3232 go-version : ^1.25
3333 - name : golangci-lint
34- uses : golangci/golangci-lint-action@v8
34+ uses : golangci/golangci-lint-action@v9
3535 - name : goreleaser-check
3636 uses : goreleaser/goreleaser-action@v6
3737 with :
4343 name : ci
4444 steps :
4545 - name : checkout
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 - name : setup golang
4848 uses : actions/setup-go@v6
4949 with :
6464 name : ci
6565 steps :
6666 - name : checkout
67- uses : actions/checkout@v5
67+ uses : actions/checkout@v6
6868 - name : setup golang
6969 uses : actions/setup-go@v6
7070 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : set up golang
1919 uses : actions/setup-go@v6
2020 with :
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ require (
66 github.com/s0rg/compflag v1.1.1
77 github.com/s0rg/set v1.2.4
88 github.com/tdewolff/parse/v2 v2.8.5
9- golang.org/x/net v0.46 .0
9+ golang.org/x/net v0.48 .0
1010)
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ github.com/tdewolff/parse/v2 v2.8.5 h1:ZmBiA/8Do5Rpk7bDye0jbbDUpXXbCdc3iah4VeUvw
66github.1485827954.workers.dev/tdewolff/parse/v2 v2.8.5 /go.mod h1:Hwlni2tiVNKyzR1o6nUs4FOF07URA+JLBLd6dlIXYqo =
77github.1485827954.workers.dev/tdewolff/test v1.0.11 h1:FdLbwQVHxqG16SlkGveC0JVyrJN62COWTRyUFzfbtBE =
88github.1485827954.workers.dev/tdewolff/test v1.0.11 /go.mod h1:XPuWBzvdUzhCuxWO1ojpXsyzsA5bFoS3tO/Q3kFuTG8 =
9- golang.org/x/net v0.46 .0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4 =
10- golang.org/x/net v0.46 .0 /go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210 =
9+ golang.org/x/net v0.48 .0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU =
10+ golang.org/x/net v0.48 .0 /go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY =
You can’t perform that action at this time.
0 commit comments