From 27bfae076fed634b0957d1354d4f0df1561ac821 Mon Sep 17 00:00:00 2001 From: Ivan Maidurov Date: Fri, 9 Feb 2024 13:38:37 +0100 Subject: [PATCH] ci: cleanup --- .github/workflows/semanticore.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/semanticore.yml b/.github/workflows/semanticore.yml index a80a9f4..12a480b 100644 --- a/.github/workflows/semanticore.yml +++ b/.github/workflows/semanticore.yml @@ -7,18 +7,15 @@ on: jobs: semanticore: runs-on: ubuntu-latest - strategy: - matrix: - go: [ '1.*' ] name: Semanticore steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: ${{ matrix.go }} + go-version: '1.*' - name: Semanticore run: go run github.com/aoepeople/semanticore@main env: