Skip to content

chore(ci): update golangci-lint to v1.57.2 (#4406) #1790

chore(ci): update golangci-lint to v1.57.2 (#4406)

chore(ci): update golangci-lint to v1.57.2 (#4406) #1790

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: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: '1.22'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Install CI
run: |
go get -v -t -d ./...
- name: Test
run: make build.image/multiarch