Skip to content

Commit

Permalink
[GH] Bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
HotaruBlaze committed Feb 23, 2024
1 parent 3dc883a commit 0f7d24c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.22
stable: true
id: linux-build
- name: Run Tests
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.20
go-version: ^1.22
stable: true
id: linux-build
- name: Run Tests
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.20
go-version: ^1.22
stable: true
id: windows-build
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.22
stable: true

- name: Install dependencies
Expand Down

0 comments on commit 0f7d24c

Please sign in to comment.