Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 0148668

Browse files
CI: update actions/setup-go action to v3 (#24)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6cc3362 commit 0148668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Install Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v3
1515
with:
1616
go-version: "1.18"
1717
- name: Install Task

0 commit comments

Comments
 (0)