chore(deps): update actions/setup-go action to v5.1.0
Some checks failed
go-test / build (push) Has been cancelled
jshint / build (push) Has been cancelled

This commit is contained in:
renovate[bot] 2024-10-24 17:40:34 +00:00 committed by GitHub
parent a7b5226fd1
commit c49dd0cb57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.1.0
with:
go-version: "1.22"

View File

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.1.0
with:
go-version: '1.21'