ci: remove redundant container directive, runner label handles it
This commit is contained in:
parent
0a99e08142
commit
76eb7dd8d7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue