Skip to content

Commit aa6740e

Browse files
authored
Merge pull request #84 from scribd/maksimt/SERF-2713/go-1.20.6
[SERF-2713] Upgrade go version to `v1.20.6`
2 parents ce7d1ec + 6ace685 commit aa6740e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build stage
33
# =============================================================================
44

5-
FROM golang:1.20.5-alpine AS builder
5+
FROM golang:1.20.6-alpine AS builder
66

77
WORKDIR /sdk
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SDK, the Go version.
5656

5757
## Prerequisites
5858

59-
* [Go](https://golang.org) (version `1.20.5`).
59+
* [Go](https://golang.org) (version `1.20.6`).
6060
* [Docker](https://www.docker.com/) (version `19.03.2`).
6161

6262
## SDK functionality
@@ -1417,7 +1417,7 @@ You can enter the docker environment to build, run and debug your service:
14171417
```
14181418
$ docker-compose run --rm sdk /bin/bash
14191419
root@1f31fa8e5c49:/sdk# go version
1420-
go version go1.20.5 linux/amd64
1420+
go version go1.20.6 linux/amd64
14211421
```
14221422

14231423
Refer to the

0 commit comments

Comments
 (0)