fix pipeline #365

Merged
vtolstov merged 14 commits from :atolstikhin-v3 into v3 2024-12-06 19:05:28 +03:00
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