Skip to content

Update module github.com/pelletier/go-toml/v2 to v2.2.2 #273

Update module github.com/pelletier/go-toml/v2 to v2.2.2

Update module github.com/pelletier/go-toml/v2 to v2.2.2 #273

Workflow file for this run

name: Go
on: [push]
jobs:
test:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.22.x"]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: test
run: |
make vet
make test
make bin/notify_slack