Update the action
Check Go code / Build, test and lint (push) Has been cancelled

This commit is contained in:
2026-05-24 00:12:23 +03:00
parent 9807b624ba
commit 0126d0272a
@@ -9,8 +9,8 @@ permissions:
contents: read contents: read
jobs: jobs:
build: check:
name: Build and test name: Build, test and lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.25.x' go-version: '1.25.x'
cache: false
- name: Download dependencies - name: Download dependencies
run: go mod download run: go mod download
@@ -31,20 +32,6 @@ jobs:
- name: Run tests - name: Run tests
run: go test ./... run: go test ./...
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.25.x'
- name: Run golangci-lint - name: Run golangci-lint
uses: golangci/golangci-lint-action@v8 uses: golangci/golangci-lint-action@v8
with: with: