Skip to content

Commit

Permalink
Update go version in containers to go 1.22. (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Jul 8, 2024
1 parent d398705 commit 434ad1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/pre_built_workers/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20
FROM golang:1.22

RUN mkdir -p /executable
WORKDIR /executable
Expand Down
2 changes: 1 addition & 1 deletion containers/runtime/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20
FROM golang:1.22

RUN mkdir -p /src/workspace
WORKDIR /src/workspace
Expand Down

0 comments on commit 434ad1b

Please sign in to comment.