From db2cc51371e11e8fc72b1595a6f30265eefa052d Mon Sep 17 00:00:00 2001 From: Nick Misasi Date: Tue, 3 Dec 2024 10:31:09 -0500 Subject: [PATCH] fix attempt --- .github/workflows/ci.yml | 2 +- .github/workflows/image-push.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b172926..62cd68bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v5 # v3.5.0 + uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 21c86d4a..cea8326b 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -3,7 +3,7 @@ name: build-image on: push: branches: - - master + - "*" tags: - "*" # run for tags diff --git a/go.mod b/go.mod index 41842c83..83b996b3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mattermost/matterwick -go 1.22.0 +go 1.22 toolchain go1.22.8