Skip to content

chore: update docker to use golang 1.21.3 #283

chore: update docker to use golang 1.21.3

chore: update docker to use golang 1.21.3 #283

name: Build-And-Test
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
check-latest: true
- run: make all