aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-08 18:00:05 -0800
committerGitHub <noreply@github.com>2023-11-08 18:00:05 -0800
commitc42ea1334ea4c342ac17e9296a91f0ecd646e895 (patch)
treea1d797e19670f2851453d7f84c42f5b8a846246e /.github/workflows/go.yml
parent1b98c11960aab3fb93bdda06206b785eb1b57579 (diff)
downloadsally-c42ea1334ea4c342ac17e9296a91f0ecd646e895.tar.gz
Bump docker/setup-buildx-action from 2 to 3 (#115)
Diffstat (limited to '')
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index e7a1e4f..a2991f2 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v4