Skip to content

Bump golang.org/x/net from 0.28.0 to 0.33.0 #1076

Bump golang.org/x/net from 0.28.0 to 0.33.0

Bump golang.org/x/net from 0.28.0 to 0.33.0 #1076

Workflow file for this run

name: Container
on: [ push, pull_request ]
jobs:
publisher:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Container Image
env:
DOCKER_BUILDKIT: '1'
run: docker build -t "index-provider:${GITHUB_SHA}" .
- name: Check Container Image
run: docker run "index-provider:${GITHUB_SHA}" help