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

Merged
renovate-bot merged 1 commits from renovate/actions-setup-go-7.x into main 2026-07-28 06:27:43 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b8598a6a6e - Show all commits
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
check-latest: true
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
check-latest: true