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