Skip to content

Commit 2c5ab53

Browse files
fix(deps): update all
1 parent ed9d075 commit 2c5ab53

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Set up Go 1.x
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: '>= 1.19.1'
2828
id: go
2929

3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@v3
36+
uses: github/codeql-action/init@v4
3737
with:
3838
languages: go
3939

4040
- name: Install
4141
run: make install
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@v3
44+
uses: github/codeql-action/analyze@v4

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
1818
steps:
1919
- name: Set up Go 1.x
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: stable
2323
id: go
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: stable
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

@@ -65,13 +65,13 @@ jobs:
6565
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
6666
steps:
6767
- name: Set up Go 1.x
68-
uses: actions/setup-go@v5
68+
uses: actions/setup-go@v6
6969
with:
7070
go-version: stable
7171
id: go
7272

7373
- name: Check out code into the Go module directory
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575

7676
- name: Load Release URL File from release job
7777
uses: actions/download-artifact@v4
@@ -145,13 +145,13 @@ jobs:
145145
runs-on: ubuntu-latest
146146
steps:
147147
- name: Set up Go 1.x
148-
uses: actions/setup-go@v5
148+
uses: actions/setup-go@v6
149149
with:
150150
go-version: stable
151151
id: go
152152

153153
- name: Check out code into the Go module directory
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v5
155155

156156
- name: Install
157157
run: make install

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
go.opentelemetry.io/otel v1.38.0
1717
go.opentelemetry.io/otel/trace v1.38.0
1818
goftp.io/server v0.4.1
19+
goftp.io/server/v2 v2.0.2
1920
)
2021

2122
require (

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
232232
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
233233
goftp.io/server v0.4.1 h1:x7KG4HIxSMdK/rpYhExMinRN/aO/T9icvaG/B5e/XfY=
234234
goftp.io/server v0.4.1/go.mod h1:hFZeR656ErRt3ojMKt7H10vQ5nuWV1e0YeUTeorlR6k=
235+
goftp.io/server/v2 v2.0.2/go.mod h1:Fl1WdcV7fx1pjOWx7jEHb7tsJ8VwE7+xHu6bVJ6r2qg=
235236
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
236237
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
237238
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=

0 commit comments

Comments
 (0)