Skip to content

chore: Bump Golang and dep versions #390

chore: Bump Golang and dep versions

chore: Bump Golang and dep versions #390

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.21.1
- run: make test
- uses: codecov/codecov-action@v2