Skip to content

Commit 921ba49

Browse files
authored
Merge pull request #53 from tailor-platform/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6.1.0
2 parents 5ffdb4c + 6fe614a commit 921ba49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2424
with:
2525
go-version-file: go.mod
2626

.github/workflows/tagpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
26+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
2828
go-version-file: go.mod
2929

@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Set up Go
50-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
50+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5151
with:
5252
go-version-file: go.mod
5353
cache: true

0 commit comments

Comments
 (0)