Skip to content

Commit 014edb5

Browse files
committed
Fix
1 parent 446dc39 commit 014edb5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ on:
66

77
jobs:
88
tests:
9-
strategy:
10-
matrix:
11-
go-version: [1.23.5]
12-
platform: [ubuntu-latest]
13-
runs-on: ${{ matrix.platform }}
9+
runs-on: ubuntu-latest
1410
steps:
1511
# Checkout should always be before setup-go to ensure caching is working
1612
- name: Checkout
@@ -20,7 +16,7 @@ jobs:
2016
- name: Install Go
2117
uses: actions/setup-go@v5
2218
with:
23-
go-version: ${{ matrix.go-version }}
19+
go-version: 1.23.5
2420
- name: Build binaries
2521
run: make build
2622
- name: Run unit tests

0 commit comments

Comments
 (0)