fix: bump actions/setup-go to v5 for Go 1.25 support

This commit is contained in:
Doğan Can Bakır
2026-02-16 12:50:27 +03:00
parent 0affea0721
commit 8d2e876623
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: "Set up Go"
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'