Skip to content

Commit

Permalink
ci: bump go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jan 22, 2024
1 parent 5b012d5 commit 26d0ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21"

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21"

- id: go-cache-paths
run: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.21"

- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module vencordinstaller

go 1.19
go 1.21

require (
github.com/AllenDang/giu v0.6.2
Expand Down

0 comments on commit 26d0ddc

Please sign in to comment.