diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a43805f..cd3d4b1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,14 +30,13 @@ jobs: steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 + - name: Set up Go + uses: actions/setup-go@v4 with: go-version: ^1.21 - id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Migrations are run as part of testcontainers setup #- name: Install golang-migrate