mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
chore(deps): update actions/setup-go action to v6 (#387)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
389d695698
commit
c983dc5d73
2
.github/actions/go-release/action.yaml
vendored
2
.github/actions/go-release/action.yaml
vendored
@ -11,7 +11,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ">=1.19"
|
||||
|
||||
|
||||
2
.github/actions/lint/action.yaml
vendored
2
.github/actions/lint/action.yaml
vendored
@ -6,7 +6,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ">=1.23"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user