Skip to content

Commit

Permalink
Increment Golang version for standalone builds
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed Apr 3, 2023
1 parent 8e716ac commit 48fdd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.20
stable: true
id: linux-build
- name: Build-Linux
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.20
stable: true
id: windows-build
- name: Build-Windows
Expand Down

0 comments on commit 48fdd8b

Please sign in to comment.