Skip to content

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /test/hac… #10

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /test/hac…

chore(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /test/hac… #10

Workflow file for this run

name: PostSubmit
on:
push:
branches:
- main
workflow_dispatch:
jobs:
postsubmit:
if: github.repository == 'aws/karpenter-provider-aws'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
- name: hydrate-goproxy
run: |
mkdir -p hydrate-goproxy
cd hydrate-goproxy
go mod init hydrate-goproxy
go get "github.com/${GITHUB_REPOSITORY}@${GITHUB_SHA}"