Skip to content

Add docker image building, use go 1.20, update code and docs #6

Add docker image building, use go 1.20, update code and docs

Add docker image building, use go 1.20, update code and docs #6

Workflow file for this run

name: Go
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.x'
- name: Build
run: go build -v ./...