Skip to content

BREAKING CHANGE: Deps update for Vulnerability fixes, version update to go 1.20 and module update #71

BREAKING CHANGE: Deps update for Vulnerability fixes, version update to go 1.20 and module update

BREAKING CHANGE: Deps update for Vulnerability fixes, version update to go 1.20 and module update #71

on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
name: Build and Test
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
- name: Checkout repo
uses: actions/checkout@v2
- name: Build and Test
run: ./build.sh