Skip to content

chore(deps): bump golang from 1.22.2-alpine to 1.22.4-alpine #139

chore(deps): bump golang from 1.22.2-alpine to 1.22.4-alpine

chore(deps): bump golang from 1.22.2-alpine to 1.22.4-alpine #139

Workflow file for this run

name: CI
on:
merge_group:
pull_request:
jobs:
verification:
name: Verification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'grype-server/go.mod'
- name: Run verification
run: make check
build:
needs: verification
name: Build
uses: ./.github/workflows/reusable-build-and-push.yml
with:
image_tag: ${{ github.sha }}
push: false
upload: false