1 Commits

Author SHA1 Message Date
d4beb62fdd chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
# Set up Docker Buildx for building the image # Set up Docker Buildx for building the image
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v4
with: with:
driver: remote driver: remote
endpoint: 'tcp://buildkitd:1234' endpoint: 'tcp://buildkitd:1234'

View File

@@ -8,7 +8,7 @@ replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-2026
require ( require (
github.com/bwmarrin/discordgo v0.29.0 github.com/bwmarrin/discordgo v0.29.0
github.com/lrstanley/go-ytdlp v1.3.2 github.com/lrstanley/go-ytdlp v1.2.7
) )
require ( require (