Skip to content

Commit c4b7a18

Browse files
chore(deps): update golang docker tag to v1.22.4
1 parent f997249 commit c4b7a18

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ jobs:
44
# Test Jobs
55
build:
66
docker:
7-
- image: golang:1.15.6
7+
- image: golang:1.22.4
88
steps:
99
- checkout
1010
- run: make build
1111

1212
test:
1313
docker:
14-
- image: golang:1.15.6
14+
- image: golang:1.22.4
1515
steps:
1616
- checkout
1717
- run: make test/ci
@@ -45,7 +45,7 @@ jobs:
4545
# Deploy Jobs
4646
deploy/sandbox:
4747
docker:
48-
- image: golang:1.15.6
48+
- image: golang:1.22.4
4949
steps:
5050
- run: |
5151
curl -X POST \
@@ -57,7 +57,7 @@ jobs:
5757
5858
deploy/production:
5959
docker:
60-
- image: golang:1.15.6
60+
- image: golang:1.22.4
6161
steps:
6262
- run: |
6363
curl -X POST \

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.2 as builder
1+
FROM golang:1.22.4 as builder
22
RUN mkdir /app
33
WORKDIR /app
44

0 commit comments

Comments
 (0)