Skip to content

docker: avoid the use of the ADD instruction #175

docker: avoid the use of the ADD instruction

docker: avoid the use of the ADD instruction #175

Workflow file for this run

name: build-and-test
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.23
- name: build
run: make build
- name: test-builtin-rules
run: make test-builtin-rules