Skip to content

build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.1.1 #274

build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.1.1

build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.1.1 #274

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make build test
check-lint:
name: Lint checks
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3