Skip to content

Commit 83e8314

Browse files
renovate[bot]morremeyer
authored andcommitted
chore(deps): update go
1 parent b174e50 commit 83e8314

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.18.4
14+
go-version: 1.19.0
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.18.4
34+
go-version: 1.19.0
3535

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

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ linters:
2222

2323
linters-settings:
2424
gofumpt:
25-
lang-version: "1.18"
25+
lang-version: "1.19"
2626
extra-rules: true
2727
gocyclo:
2828
min-complexity: 15

Dockerfile

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

33
RUN apk add --no-cache make
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envelope-zero/backend
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/gin-contrib/cors v1.4.0

0 commit comments

Comments
 (0)