diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 4350255..d3224c2 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -13,9 +13,8 @@ on: jobs: build-and-release: + # Runner label 'ubuntu-latest' maps to golang:1.23-alpine container (see runner config) runs-on: ubuntu-latest - container: - image: golang:1.23-alpine steps: - uses: actions/checkout@v4