Skip to content

Drop the hashicorp/go-version dependency #82

Drop the hashicorp/go-version dependency

Drop the hashicorp/go-version dependency #82

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