Skip to content

chore(deps): bump github.com/anduril/lattice-sdk-go/v4 from 4.5.0 to 4.8.0 #10

chore(deps): bump github.com/anduril/lattice-sdk-go/v4 from 4.5.0 to 4.8.0

chore(deps): bump github.com/anduril/lattice-sdk-go/v4 from 4.5.0 to 4.8.0 #10

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.11
- name: Check module tidiness
run: |
go mod tidy
git diff --exit-code go.mod go.sum