Skip to content

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0 #21

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0

chore(deps): Bump golang.org/x/net from 0.10.0 to 0.23.0 #21

Workflow file for this run

# Copyright © 2023 KubeCub & Xinwei Xiong(cubxxw). All rights reserved.
#
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
name: Test Makefile build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make
- name: Build project
run: make build
- name: Test build artifacts
run: |
# Add your tests here to check the build artifacts