File tree Expand file tree Collapse file tree 5 files changed +16
-14
lines changed
Expand file tree Collapse file tree 5 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Set up Go 1.x
18- uses : actions/setup-go@v4
18+ uses : actions/setup-go@v5
1919 with :
2020 go-version : ' stable'
2121 id : go
2222
2323 - name : Checkout repository
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
2727
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@v2
29+ uses : github/codeql-action/init@v3
3030 with :
3131 languages : go
3232
3333 - name : Install
3434 run : make install
3535
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@v2
37+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 os : [ubuntu-latest, macos-latest, windows-latest]
1818 steps :
1919 - name : Set up Go 1.x
20- uses : actions/setup-go@v4
20+ uses : actions/setup-go@v5
2121 with :
2222 go-version : ' stable'
2323 id : go
2424
2525 - name : Check out code into the Go module directory
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 0
2929
@@ -64,13 +64,13 @@ jobs:
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : Set up Go 1.x
67- uses : actions/setup-go@v4
67+ uses : actions/setup-go@v5
6868 with :
6969 go-version : ' stable'
7070 id : go
7171
7272 - name : Check out code into the Go module directory
73- uses : actions/checkout@v2
73+ uses : actions/checkout@v4
7474 with :
7575 fetch-depth : 0
7676
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 os : [ubuntu-latest] # macos-latest, windows-latest
1616 steps :
1717 - name : Set up Go 1.x
18- uses : actions/setup-go@v4
18+ uses : actions/setup-go@v5
1919 with :
2020 go-version : ' stable'
2121 id : go
2222
2323 - name : Check out code into the Go module directory
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525 with :
2626 fetch-depth : 0
2727
@@ -68,13 +68,13 @@ jobs:
6868 os : [ubuntu-latest, macos-latest, windows-latest]
6969 steps :
7070 - name : Set up Go 1.x
71- uses : actions/setup-go@v4
71+ uses : actions/setup-go@v5
7272 with :
7373 go-version : ' stable'
7474 id : go
7575
7676 - name : Check out code into the Go module directory
77- uses : actions/checkout@v2
77+ uses : actions/checkout@v4
7878
7979 - name : Load Release URL File from release job
8080 uses : actions/download-artifact@v4
@@ -138,13 +138,13 @@ jobs:
138138 runs-on : ubuntu-latest
139139 steps :
140140 - name : Set up Go 1.x
141- uses : actions/setup-go@v4
141+ uses : actions/setup-go@v5
142142 with :
143143 go-version : ' stable'
144144 id : go
145145
146146 - name : Check out code into the Go module directory
147- uses : actions/checkout@v2
147+ uses : actions/checkout@v4
148148
149149 - name : Install
150150 run : make install
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ require (
3535 gocloud.dev v0.37.0
3636 gocloud.dev/pubsub/kafkapubsub v0.34.0
3737 goftp.io/server v0.4.1
38+ goftp.io/server/v2 v2.0.1
3839 golang.org/x/crypto v0.35.0
3940 golang.org/x/sync v0.12.0
4041 golang.org/x/text v0.23.0
Original file line number Diff line number Diff line change @@ -1314,6 +1314,7 @@ gocloud.dev/pubsub/kafkapubsub v0.34.0 h1:hcTnP1WARSqwBqdWvCCr6n4JhpUvKlPy5RcRwD
13141314gocloud.dev/pubsub/kafkapubsub v0.34.0 /go.mod h1:nKPI5GpFiByxF3IIC600FqH1KvSHoyqzZ6STmeEeSMI =
13151315goftp.io/server v0.4.1 h1:x7KG4HIxSMdK/rpYhExMinRN/aO/T9icvaG/B5e/XfY =
13161316goftp.io/server v0.4.1 /go.mod h1:hFZeR656ErRt3ojMKt7H10vQ5nuWV1e0YeUTeorlR6k =
1317+ goftp.io/server/v2 v2.0.1 /go.mod h1:7+H/EIq7tXdfo1Muu5p+l3oQ6rYkDZ8lY7IM5d5kVdQ =
13171318golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
13181319golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
13191320golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments