Skip to content

Fix go.dev/VERSION format change #98

Fix go.dev/VERSION format change

Fix go.dev/VERSION format change #98

Workflow file for this run

name: PR Build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: PR Build & Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Environment Printer
uses: managedkaos/print-env@v1.0
- run: docker build .