Skip to content

Update postgres Docker tag to v16 #311

Update postgres Docker tag to v16

Update postgres Docker tag to v16 #311

Workflow file for this run

name: build
on: push
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.16.1'
- run: go build cmd/main.go