Skip to content

Commit 30b640c

Browse files
chore(deps): update go to v1.19.3 (#437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ecd380 commit 30b640c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/[email protected]
1313
with:
14-
go-version: 1.19.2
14+
go-version: 1.19.3
1515

1616
- name: Install go tooling
1717
run: |

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/[email protected]
3333
with:
34-
go-version: 1.19.2
34+
go-version: 1.19.3
3535

3636
- uses: docker/[email protected]
3737
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.2-alpine as builder
1+
FROM golang:1.19.3-alpine as builder
22

33
RUN apk add --no-cache make
44

0 commit comments

Comments
 (0)