From d29991117a2aa5fa327210b6e69e8486c7b28055 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 14 May 2024 11:46:13 +0100 Subject: [PATCH] chore: Update actions/checkout and actions/setup-go versions --- .github/workflows/compile.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 2f03341a9d..e7decd0b21 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -111,9 +111,9 @@ jobs: env: CI_PIPELINE_ID: ${{github.run_number}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Setup Go - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v5 - run: cd InfrastructureAgent && go build . diff --git a/.gitignore b/.gitignore index 7aab14875f..5c4be08e47 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ InfrastructureAgent/daemon.pid App/greenlock/.greenlockrc App/greenlock/greenlock.d/config.json App/greenlock/greenlock.d/config.json.bak +Examples/otel-dotnet/bin/Debug/net6.0/Grpc.Core.Api.dll.txt