Skip to content

Commit 135aa0d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
backend_testing:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/setup-go@v3
21+
- uses: actions/setup-go@v4
2222
with:
2323
go-version: 1.18
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)