Skip to content

[Snyk] Security upgrade alpine from 3.19 to 3 #55

[Snyk] Security upgrade alpine from 3.19 to 3

[Snyk] Security upgrade alpine from 3.19 to 3 #55

name: radix-cluster-cleanup-pr
on:
pull_request:
branches:
- master
jobs:
build:
name: pull-request-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
env:
REF: ${{ github. sha }}
run: docker build -t radix-cluster-cleanup:${REF##*/} .
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
working-directory: radix-cluster-cleanup