Skip to content

Commit 8835c69

Browse files
committed
Merge branch 'master' into 219-implement-solution-for-puzzle-2022day02
2 parents 08c249b + 0d3ab0c commit 8835c69

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Set up go
46-
uses: actions/setup-go@v4.1.0
46+
uses: actions/setup-go@v5.0.0
4747
with:
4848
go-version: ${{ matrix.go-version }}
4949
- run: |

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252

5353
- name: Set up go
54-
uses: actions/setup-go@v4.1.0
54+
uses: actions/setup-go@v5.0.0
5555
with:
5656
go-version: ${{ matrix.go-version }}
5757

@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109

110110
- name: Set up go
111-
uses: actions/setup-go@v4.1.0
111+
uses: actions/setup-go@v5.0.0
112112
with:
113113
go-version: ${{ matrix.go-version }}
114114

@@ -155,7 +155,7 @@ jobs:
155155
fetch-depth: 0
156156

157157
- name: Set up go
158-
uses: actions/setup-go@v4.1.0
158+
uses: actions/setup-go@v5.0.0
159159
with:
160160
go-version: ${{ matrix.go-version }}
161161
- run: |
@@ -212,7 +212,7 @@ jobs:
212212
fetch-depth: 0
213213

214214
- name: Set up go
215-
uses: actions/setup-go@v4.1.0
215+
uses: actions/setup-go@v5.0.0
216216
with:
217217
go-version: ${{ matrix.go-version }}
218218
- run: |

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up go
27-
uses: actions/setup-go@v4.1.0
27+
uses: actions/setup-go@v5.0.0
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030

@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Set up go
73-
uses: actions/setup-go@v4.1.0
73+
uses: actions/setup-go@v5.0.0
7474
with:
7575
go-version: ${{ matrix.go-version }}
7676

@@ -119,7 +119,7 @@ jobs:
119119
fetch-depth: 0
120120

121121
- name: Set up go
122-
uses: actions/setup-go@v4.1.0
122+
uses: actions/setup-go@v5.0.0
123123
with:
124124
go-version: ${{ matrix.go-version }}
125125

@@ -172,7 +172,7 @@ jobs:
172172
fetch-depth: 0
173173

174174
- name: Set up go
175-
uses: actions/setup-go@v4.1.0
175+
uses: actions/setup-go@v5.0.0
176176
with:
177177
go-version: ${{ matrix.go-version }}
178178

build/docker/go-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM ghcr.io/obalunenko/go-tools:v1.3.2 AS builder
1+
FROM ghcr.io/obalunenko/go-tools:v1.3.4 AS builder
22

33
CMD ["/bin/sh", "-c", ""]

0 commit comments

Comments
 (0)