Skip to content

Commit

Permalink
Simplify workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jul 10, 2024
1 parent ccadee3 commit 4d73d4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ on:

jobs:
test:
strategy:
matrix:
go-version: [ "1.22" ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
go-version: "1.22"

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4d73d4e

Please sign in to comment.