Skip to content

chore(deps): bump renovatebot/github-action from 43.0.12 to 43.0.13 in the dev-dependencies group #3569

chore(deps): bump renovatebot/github-action from 43.0.12 to 43.0.13 in the dev-dependencies group

chore(deps): bump renovatebot/github-action from 43.0.12 to 43.0.13 in the dev-dependencies group #3569

name: Build all images
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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: Check out code into the Go module directory
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up Go 1.x
uses: actions/setup-go@v6
with:
go-version-file: go.mod
id: go
- name: Install CI
run: |
go get -v -t -d ./...
- name: Test
run: make build.image/multiarch