diff options
Diffstat (limited to '.github/workflows/postgres-tests.yml')
| -rw-r--r-- | .github/workflows/postgres-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/postgres-tests.yml b/.github/workflows/postgres-tests.yml index ab178877a..25876d35d 100644 --- a/.github/workflows/postgres-tests.yml +++ b/.github/workflows/postgres-tests.yml @@ -23,7 +23,7 @@ jobs: working-directory: test/postgres steps: - name: Set up Go 1.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ^1.24 id: go |
