Bringing things to order in workflows/ #363

Closed
atolstikhin wants to merge 12 commits from (deleted):v3 into v3
Showing only changes of commit 90c6d48c82 - Show all commits

View File

@ -7,7 +7,7 @@ on:
jobs:
setup:
name: setup
runs-on: ubuntu-latest-slim
runs-on: ubuntu-latest
steps:
- name: setup-go
uses: actions/setup-go@v5
@ -19,7 +19,7 @@ jobs:
run: go get -v -d ./...
lint:
name: lint
runs-on: ubuntu-latest-slim
runs-on: ubuntu-latest
needs: setup
steps:
- name: lint
@ -28,7 +28,7 @@ jobs:
version: v1.58
test:
name: test
runs-on: ubuntu-latest-slim
runs-on: ubuntu-latest
needs: setup
steps:
- name: test