diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index b062d76..33b3c61 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" check-latest: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e5fa5e5..2e591db 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" check-latest: true diff --git a/.github/workflows/memdb.yml b/.github/workflows/memdb.yml index e68321d..7780b49 100644 --- a/.github/workflows/memdb.yml +++ b/.github/workflows/memdb.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" check-latest: true diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index 4c02bfb..45e9855 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" check-latest: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 710be85..6fff965 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "go.mod" check-latest: true