chore(deps): update actions/setup-go action to v5.3.0

This commit is contained in:
renovate[bot]
2025-01-21 05:37:45 +00:00
committed by GitHub
parent e83c9b1972
commit bbfdff1a17
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
- name: Golangci-lint

View File

@@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go environment
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
- name: Run tests