Skip to content

Commit

Permalink
chore: support 1.23 go version
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Sep 4, 2024
1 parent dcd43ac commit 0ec5552
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -30,6 +30,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down

0 comments on commit 0ec5552

Please sign in to comment.