chore(deps): update actions/setup-go action to v7 #81

Open
renovate-bot wants to merge 1 commits from renovate/actions-setup-go-7.x into main
Showing only changes of commit 44b3f88c61 - Show all commits
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- linux_amd64 - linux_amd64
steps: steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
with: with:
go-version-file: go.mod go-version-file: go.mod
- run: make test - run: make test