Skip to content

Merge pull request #299 from kubernetes-csi/dependabot/go_modules/goo… #776

Merge pull request #299 from kubernetes-csi/dependabot/go_modules/goo…

Merge pull request #299 from kubernetes-csi/dependabot/go_modules/goo… #776

Workflow file for this run

name: Linux tests
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Sanity test
env:
GITHUB_ACTIONS: true
run: |
export PATH=$PATH:$HOME/.local/bin
make
echo "is running in github actions: $GITHUB_ACTIONS"
make sanity-test
- name: Verification test
run: |
./hack/verify-all.sh