Skip to content

Bump github.com/pelletier/go-toml/v2 from 2.0.5 to 2.2.0 #219

Bump github.com/pelletier/go-toml/v2 from 2.0.5 to 2.2.0

Bump github.com/pelletier/go-toml/v2 from 2.0.5 to 2.2.0 #219

Workflow file for this run

on: [push, pull_request]
name: Build
jobs:
Build:
strategy:
matrix:
go-version: [1.18.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Fetch Repository
uses: actions/checkout@v2
- name: Build App
run: go build cmd/main.go