Skip to content

Commit

Permalink
Update golang to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fisuda committed Jul 23, 2023
1 parent 9134024 commit 0a099f2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## NGSI Go v0.12.0-next

- Update: Update golang to 1.20.6 (#260)
- Update: Update Node.js dependencies (#253)
- Update: Update copyright date (#251)
- Add: Revert 1102_tokenproxy_command.test (#250)
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder

RUN \
apk update && \
Expand Down
2 changes: 1 addition & 1 deletion e2e/ngsi-test/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/ngsi-test/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/accumulator/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/accumulator
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/atcontext/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/atcontext/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/csource/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/csource/
Expand Down
2 changes: 1 addition & 1 deletion e2e/server/oauth/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder
LABEL stage=ngsi-builder

WORKDIR /opt/oauth/
Expand Down
2 changes: 1 addition & 1 deletion extras/queryproxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder

RUN \
cd / && \
Expand Down
2 changes: 1 addition & 1 deletion extras/registration_proxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder

RUN \
cd / && \
Expand Down
2 changes: 1 addition & 1 deletion extras/tokenproxy/Dockerfile
Expand Up @@ -24,7 +24,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM golang:1.19.4-alpine3.17 AS builder
FROM 1.20.6-alpine3.18 AS builder

RUN \
cd / && \
Expand Down

0 comments on commit 0a099f2

Please sign in to comment.