Skip to content

Commit

Permalink
[Automation] Update go release version to 1.18.5 (#832)
Browse files Browse the repository at this point in the history
Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Aug 10, 2022
1 parent 56787a6 commit 4e08c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.12
1.18.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.17.12
ARG GO_VERSION=1.18.5
FROM circleci/golang:${GO_VERSION}


Expand Down
2 changes: 1 addition & 1 deletion version/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:stack-version: 8.3.0
:doc-branch: main
:go-version: 1.17.12
:go-version: 1.18.5
:release-state: unreleased
:python: 3.7
:docker: 1.12
Expand Down

0 comments on commit 4e08c7a

Please sign in to comment.