Skip to content

chore(deps): bump github.com/liamg/tml from 0.6.1 to 0.7.0 #107

chore(deps): bump github.com/liamg/tml from 0.6.1 to 0.7.0

chore(deps): bump github.com/liamg/tml from 0.6.1 to 0.7.0 #107

Workflow file for this run

name: squealer build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: building squealer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
stable: 'false'
go-version: '1.20.0' # The Go version to download (if necessary) and use.
- run: go version
- name: Run test
run: make test