Skip to content

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #74

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4

Bump github.com/stretchr/testify from 1.7.0 to 1.8.4 #74

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Build
run: make k0s_sort
- name: Test
run: make test