From c3500971ea949d3c5a25e81da1b5b37b2ae7d503 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 27 Jan 2024 22:17:21 +0000 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad7e95..081de55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: name: Run tests steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: - go-version: '1.20.11' + go-version: '1.20.13' - name: Ensure linux agent compiles run: |