Skip to content

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory #500

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory

Bump github.com/google/go-containerregistry from 0.22.0 to 0.22.1 in the minor-patch group across 1 directory #500

name: Integration tests
on:
push:
branches:
- main
pull_request: {}
permissions: {}
jobs:
test:
name: Integration test
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
env:
GOFLAGS: -mod=readonly
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: Build
run: |
make build
- name: Generate certificates
env:
HOST: localhost
run: |
./scripts/gen_certs.sh
- name: Run tests
run: |
./scripts/integration_test.sh