Commit Graph

32 Commits

Author SHA1 Message Date
Jean-Baptiste Le Duigou 4654f0856e Update to Go 1.23 2024-08-14 09:57:52 +00:00
Jean-Baptiste Le Duigou 0d426687a6
Update to Go 1.22 (#2419) 2024-02-21 10:13:21 -08:00
Daniel Orbach 44d2bd6558
Update golang/content.md to hint about git-lfs (#2389)
* Update golang/content.md to explain how to install git-lfs

The Go toolchain uses the local git installation to fetch archives of modules from Git servers directly. My company commits large files using Git LFS which happen to be part of our Go module source tree. Without _git-lfs_ installed, the local git installation does not automatically resolve those files which causes "_checksum mismatch_" against the committed `go.sum`.

Accept the more succinct version suggested in the pull-request.
2023-12-12 14:46:27 -08:00
jbleduigou d2df4f3df6 chore: ⬆ update to Go 1.21 2023-09-16 17:47:01 +02:00
Jean-Baptiste Le Duigou b4ead7100a ⬆ update to golang 1.20 2023-02-16 21:28:52 +01:00
Jean-Baptiste Le Duigou 5c122c254e ⬆ update to golang 1.19 2022-09-12 16:03:12 +02:00
Jean-Baptiste Le Duigou 5e978ef2aa
Golang 1.18 (#2123) 2022-03-16 15:48:00 -07:00
Tianon Gravi 0d46dc0000 Update Go example to use "go.mod" 2022-02-03 17:19:15 -08:00
Jean-Baptiste Le Duigou c24e3a1557 Update Golang documentation to use latest stable version (1.17) 2021-09-09 10:12:23 -07:00
Jean-Baptiste Le Duigou 649d29c21b
Golang 1.16 (#1931)
* 📝 update golang documentation to version 1.16

Signed-off-by: jbleduigou <jb.leduigou@gmail.com>
2021-04-27 17:01:24 -07:00
Tianon Gravi c7d1a00efb Add a note about world-writeable "/go" 2020-06-23 14:42:54 -07:00
Jean-Baptiste Le Duigou 9ceeb3fcf6
Update Golang documentation to use latest stable version (1.14) (#1725) 2020-05-27 11:12:43 -07:00
Jean-Baptiste Le Duigou 9b484f8a10 Update Golang documentation to use latest stable version (1.13)
Signed-off-by: Jean-Baptiste Le Duigou <jb.leduigou@gmail.com>
2020-02-17 20:55:11 +01:00
formych dc0d9fc5d7 FIX: Cross-compile
Cross-compile your app inside the Docker container
I do that, found it not worked right, then i do this ,it's ok!

fix GOOS GOARCH

fix GOOS GOARCH
2019-04-23 14:14:01 +08:00
Tianon Gravi e19ba52efe Remove all reference to deprecated "go-wrapper" script 2018-01-25 10:48:07 -08:00
Tianon Gravi 1dad9c1b2d Unroll "golang:onbuild", update to 1.8, and use "%%IMAGE%%" 2017-05-12 15:26:01 -07:00
Tianon Gravi 349c308018 Update golang:cross references 2016-03-17 10:48:37 -07:00
Tianon Gravi 6844b87cc3 Add a note about how to remove the spurious stderr blurb in golang:onbuild 2016-01-26 12:48:08 -08:00
Tianon Gravi 9ce95cd903 Merge pull request #342 from sandoracs/master
Some commands (e.g pwd) need bash
2016-01-21 13:56:37 -08:00
Tianon Gravi 40dc2e0720 Fix golang:onbuild "COPY" path 2015-11-24 09:25:55 -08:00
Ács Sándor fd7497ee32 Some commands (e.g pwd) need bash 2015-09-14 16:25:59 +02:00
Tianon Gravi 481f43ec2f Use explicit-type code blocks in a lot of obvious places (now that the Hub actually renders these _better_ than the no-type versions) 2015-08-13 09:29:14 -07:00
Tianon Gravi a71fa247d9 FORMAT ALL THE THINGS 2015-02-12 13:42:10 -07:00
Stuart P. Bentley 561ef9619a Replace `$(pwd)` with `$PWD` 2015-02-04 20:06:32 +00:00
Tianon Gravi 6ba8b01acb Fix a number of "too-specific" versions 2014-11-24 23:54:19 -07:00
pmcgrath 186aaa9f73 Added extra qualification regarding when running the image with no arguments 2014-10-22 23:36:52 +01:00
pmcgrath bd44be5fbd Revert "Restored the CMD instruction to the Dockerfile and removed the CMD instruction explanation, this is a bit of a simplification but is a simplier explanation for a newbie"
This reverts commit 9e53ea71fa.
2014-10-20 21:21:40 +01:00
pmcgrath 9e53ea71fa Restored the CMD instruction to the Dockerfile and removed the CMD instruction explanation, this is a bit of a simplification but is a simplier explanation for a newbie 2014-10-19 12:24:53 +01:00
pmcgrath 459625e038 Restored comma as suggested by the code style guide, thanks tianan 2014-10-19 12:05:00 +01:00
pmcgrath da75635e26 Fixed two issues in the 'Start a Go instance in your app' section and added some content on the CMD instruction. Issue 24 @ https://github.com/docker-library/golang 2014-10-17 23:50:40 +01:00
Tianon Gravi 7d3134f982 Add LOGO magic to many contents and update.sh 2014-09-26 17:22:36 -06:00
Joe Ferguson 8e4d0e6283 move README-content.md to just content.md 2014-09-23 13:47:30 -06:00