Skip to content

Commit a0e9e7c

Browse files
authored
Go releaser docker images (#62)
* version updates * update gh actions redis * add goreleaser docker config * feat: updated dependencies
1 parent 812a3d8 commit a0e9e7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
- uses: actions/checkout@v3
2525

2626
- name: Go Build Cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ${{ steps.go-cache-paths.outputs.go-build }}
3030
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
3131

3232
- name: Go Mod Cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: ${{ steps.go-cache-paths.outputs.go-mod }}
3636
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -102,13 +102,13 @@ jobs:
102102
fetch-depth: 0
103103

104104
- name: Go Build Cache
105-
uses: actions/cache@v3
105+
uses: actions/cache@v4
106106
with:
107107
path: ${{ steps.go-cache-paths.outputs.go-build }}
108108
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
109109

110110
- name: Go Mod Cache
111-
uses: actions/cache@v3
111+
uses: actions/cache@v4
112112
with:
113113
path: ${{ steps.go-cache-paths.outputs.go-mod }}
114114
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)