Skip to content

build(deps): bump the dev-dependencies group across 1 directory with 10 updates #44

build(deps): bump the dev-dependencies group across 1 directory with 10 updates

build(deps): bump the dev-dependencies group across 1 directory with 10 updates #44

name: Build all images
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
permissions:
contents: read # to fetch code (actions/checkout)
checks: write # to create a new check based on the results (shogo82148/actions-goveralls)
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Install CI
run: |
go get -v -t -d ./...
- name: Test
run: make build.image/multiarch