Skip to content

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

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

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

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
- name: Build
run: go build -v ./...