From 73f73eef74572202dfe4cdb7cd88cf8e5d5d172b Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Wed, 12 Apr 2023 11:02:56 +0200 Subject: [PATCH] fix action urls --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c6d586c..b12c6e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,13 +21,13 @@ jobs: with: go-version: 1.19 - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v2.7.0 + uses: https://github.com/goreleaser/goreleaser-action@v2.7.0 with: install-only: true - name: Go-linter # You may pin to the exact commit or the version. # uses: Jerome1337/golint-action@c5d17206a0a436bbf1edb91e314ed084f7c57589 - uses: Jerome1337/golint-action@v1.0.2 + uses: https://github.com/Jerome1337/golint-action@v1.0.2 #with: # Path used by golint command # golint-path: # optional, default is ./...