Skip to content

Bump github.com/alphadose/haxmap from 1.2.0 to 1.3.1 #133

Bump github.com/alphadose/haxmap from 1.2.0 to 1.3.1

Bump github.com/alphadose/haxmap from 1.2.0 to 1.3.1 #133

Workflow file for this run

name: Go
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- run: make bootstrap-tools
# TODO: fix all linters
- run: echo "skip lint" # make lint
- run: make cover
- uses: codecov/codecov-action@v3