Skip to content

Commit 9082dda

Browse files
authored
Use shared Go bootstrap action (#46)
* Use shared Go bootstrap action * Pin shared Go bootstrap action to merged SHA
1 parent 55f86ad commit 9082dda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v6
21+
uses: evalops/service-runtime/.github/actions/setup-go-service@ca09da8302203b96582332dbcababe9f2d906d10
2222
with:
2323
go-version-file: go.mod
2424
check-latest: true
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v6
7272

7373
- name: Set up Go
74-
uses: actions/setup-go@v6
74+
uses: evalops/service-runtime/.github/actions/setup-go-service@ca09da8302203b96582332dbcababe9f2d906d10
7575
with:
7676
go-version-file: go.mod
7777
check-latest: true
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@v6
119119

120120
- name: Set up Go
121-
uses: actions/setup-go@v6
121+
uses: evalops/service-runtime/.github/actions/setup-go-service@ca09da8302203b96582332dbcababe9f2d906d10
122122
with:
123123
go-version-file: go.mod
124124
check-latest: true

0 commit comments

Comments
 (0)