Skip to content

Update Dependabot configuration for Docker and Go modules (#18) #46

Update Dependabot configuration for Docker and Go modules (#18)

Update Dependabot configuration for Docker and Go modules (#18) #46

Workflow file for this run

name: ci
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11
- name: test
run: make test
- name: build
run: make build