Skip to content

Commit

Permalink
chore: unstable is now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 9, 2023
1 parent 3e4f71b commit 630cdf0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,5 @@
{ name: "Test release", run: "make test-release" },
],
},
unstable: {
name: "Build unstable",
"runs-on": "ubuntu-latest",
strategy: { matrix: { "go-version": [ "1.21"] } },
steps: [
{ name: "Check out code into the Go module directory", uses: "actions/checkout@v3" },
{
name: "Set up Go ${{ matrix.go-version }}",
uses: "actions/setup-go@v4",
with: { "go-version": "${{ matrix.go-version }}" },
id: "go",
},
{ name: "Test", run: "make test" },
{ name: "Test release", run: "make test-release" },
],
},
},
}

0 comments on commit 630cdf0

Please sign in to comment.