From 00cf1e9dd4cb6afdc04d0fd1c0dfbd1af04ce92a Mon Sep 17 00:00:00 2001 From: Tanner Moore Date: Tue, 11 Feb 2025 10:40:31 -0700 Subject: [PATCH] more workflow updates --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4bfa8e7..25e55ea 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,10 +14,10 @@ jobs: - name: Checkout code into workspace directory uses: actions/checkout@v3 - - name: Set up Go 1.21 + - name: Set up Go 1.22 uses: actions/setup-go@v3 with: - go-version: '1.21.0' + go-version: '1.22.0' - name: Unit tests run: make test