Skip to content

Commit 88644a2

Browse files
committed
chore: update Go 1.26, dependencies, and CI workflow versions
1 parent 48f77de commit 88644a2

911 files changed

Lines changed: 1936 additions & 1444 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525

2626
runs-on: ${{ matrix.os }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.23'
33+
go-version: '1.26'
3434

3535
- name: Set up Node.js
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v6
3737
with:
3838
node-version: '22'
3939

@@ -65,21 +65,21 @@ jobs:
6565

6666
- name: Upload artifact (Linux)
6767
if: matrix.platform == 'linux'
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: ${{ matrix.artifact }}
7171
path: build/bin/4n6time
7272

7373
- name: Upload artifact (Windows)
7474
if: matrix.platform == 'windows'
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: ${{ matrix.artifact }}
7878
path: build/bin/4n6time.exe
7979

8080
- name: Upload artifact (macOS)
8181
if: matrix.platform == 'darwin'
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: ${{ matrix.artifact }}
8585
path: build/bin/4n6time.app
@@ -92,7 +92,7 @@ jobs:
9292
contents: write
9393
steps:
9494
- name: Download all artifacts
95-
uses: actions/download-artifact@v4
95+
uses: actions/download-artifact@v8
9696
with:
9797
path: artifacts
9898

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Forensic timeline analysis tool, rewritten from Python to Go. Desktop applicatio
6767

6868
### Prerequisites
6969

70-
- Go 1.23+
70+
- Go 1.26+
7171
- Node.js 22 LTS
7272
- Wails CLI: `go install github.com/wailsapp/wails/v2/cmd/wails@latest`
7373
- Linux: `libgtk-3-dev libwebkit2gtk-4.1-dev pkg-config`

frontend/node_modules/.bin/baseline-browser-mapping

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/node_modules/.package-lock.json

Lines changed: 63 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/node_modules/@babel/helpers/lib/helpers-generated.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/node_modules/@babel/helpers/lib/helpers-generated.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js

Lines changed: 10 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)