Skip to content

Commit

Permalink
CI: Upgrade golang to 1.22 and node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Feb 10, 2024
1 parent 3560b75 commit fceacb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x

- name: Set up ffmpeg
id: ffmpeg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backup-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x

- name: Build
working-directory: ./backup-tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install dependencies
working-directory: ./frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
go-version: 1.22.x

- name: Build
working-directory: ./launcher
Expand Down

0 comments on commit fceacb7

Please sign in to comment.