Skip to content

Commit

Permalink
upgrade to go 1.22 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JokerQyou committed Jun 12, 2024
1 parent a261f95 commit 50c0bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22

- name: Install dependencies for Ubuntu
run: sudo apt update && sudo apt install -y libappindicator3-dev gcc libgtk-3-dev libxapp-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.22

- name: Install dependencies for Ubuntu
run: sudo apt update && sudo apt install -y libappindicator3-dev gcc libgtk-3-dev libxapp-dev
Expand Down

0 comments on commit 50c0bf3

Please sign in to comment.