Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 4f24342

Browse files
chore(deps): update actions/setup-go action to v4 (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf7f47f commit 4f24342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout Code
2525
uses: actions/checkout@v3
2626
- name: Setup Golang
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: ^1.19
3030
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)