Skip to content

[Snyk] Security upgrade golang from 1.21.11 to 1.23.1 #23

[Snyk] Security upgrade golang from 1.21.11 to 1.23.1

[Snyk] Security upgrade golang from 1.21.11 to 1.23.1 #23

Workflow file for this run

name: build-test-kubeslice-monitoring
on:
pull_request:
branches:
- 'master'
- 'release-*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v2
with:
file: test.Dockerfile
tags: test-image:latest
push: false
- uses: addnab/docker-run-action@v3
with:
image: test-image:latest
run: make test