Skip to content

Commit

Permalink
APIGOV-26106 - update golang version (#137)
Browse files Browse the repository at this point in the history
* APIGOV-26106 - update golang to 1.21.0

* APIGOV-26106 - fix

* APIGOV-26106 - update golang version

* APIGOV-26106 - fix
  • Loading branch information
dfeldick authored Aug 15, 2023
1 parent bf0943d commit 4f966bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apigee-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build discovery agent
working-directory: discovery
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apigee-discovery-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build discovery agent
working-directory: discovery
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apigee-traceability-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Test traceability agent
working-directory: traceability
Expand Down
4 changes: 2 additions & 2 deletions discovery/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# golang:1.20.6-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:6f592e0689192b7e477313264bb190024d654ef0a08fb1732af4f4b498a2e8ad AS builder
# golang:1.21.0-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:dd8888bb7f1b0b05e1e625aa29483f50f38a9b64073a4db00b04076cec52b71c AS builder

ENV GOFLAGS "-mod=mod"
ENV GOWORK "off"
Expand Down
4 changes: 2 additions & 2 deletions traceability/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# golang:1.20.6-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:6f592e0689192b7e477313264bb190024d654ef0a08fb1732af4f4b498a2e8ad AS builder
# golang:1.21.0-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:dd8888bb7f1b0b05e1e625aa29483f50f38a9b64073a4db00b04076cec52b71c AS builder

ENV GOFLAGS "-mod=mod"
ENV GOWORK "off"
Expand Down

0 comments on commit 4f966bf

Please sign in to comment.