Skip to content

Bump golang.org/x/crypto from 0.28.0 to 0.29.0 #523

Bump golang.org/x/crypto from 0.28.0 to 0.29.0

Bump golang.org/x/crypto from 0.28.0 to 0.29.0 #523

Workflow file for this run

name: Build and Test on pull request
on:
pull_request:
branches:
- main
jobs:
test-docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
with:
repository: grafana/plugin-validator-cli
context: .
tags: |-
"test-pr"
push: false
cache-from: type=gha
cache-to: type=gha,mode=max