20 Commits

Author SHA1 Message Date
Goutham Veeramachaneni f57c2f91eb Update dockerfile to golang 1.26 (#883)
* Update dockerfile to golang 1.26

fixes https://github.com/air-verse/air/issues/882

Signed-off-by: Goutham Veeramachaneni <goutham@grafana.com>

* Scope PR to Dockerfile-only: keep go.mod at 1.25 for compatibility

Revert go.mod, CI workflows, READMEs, and AGENTS.md changes per
reviewer feedback — only update the Docker base image to Go 1.26.
This preserves broad `go install` compatibility for users on older
Go versions.

Signed-off-by: Goutham Veeramachaneni <goutham@grafana.com>

---------

Signed-off-by: Goutham Veeramachaneni <goutham@grafana.com>
2026-03-03 09:39:39 +08:00
Ricko Yu 53e3fb858d chore: update Go version to 1.25.1 and dependencies (#797)
* chore: update Go version to 1.25.1 and dependencies

- Updated Dockerfile to use Go 1.25.1 for both builder and final images.
- Modified README files (Japanese, Chinese Simplified, Chinese Traditional, and English) to reflect the new Go version requirement of 1.25.1.
- Updated go.mod to specify Go 1.25 and updated dependencies:
  - Upgraded hugo from v0.147.6 to v0.149.1
  - Upgraded testify from v1.10.0 to v1.11.1
  - Upgraded other indirect dependencies to their latest versions.
- Updated go.sum to reflect the changes in dependencies.

* fix: update golangci-lint to use latest version and install mode
2025-09-07 11:54:20 +08:00
Rick Yu 6ba3c07ce6 chore: bump go to 1.24 (#771) 2025-05-31 15:35:51 +08:00
Rick Yu a63cff4e53 chore: bump go to 1.23 (#650) 2024-09-21 22:38:40 +08:00
Tim Routowicz 076ad27daa chore: bump Go to 1.22 (#529)
* chore: bump Go to 1.22

* Fix go version
2024-02-21 11:19:42 +08:00
xiantang 7a28752aa2 fix deprecated maintainer 2023-10-16 17:30:16 +08:00
Ethan Daniel ee37436c59 chore: bump Go to 1.21 (#449)
* update Go to 1.21

* undo format changes
2023-08-10 10:13:52 +08:00
Kevin Centeno 5b4facdb3b chore: bump go to 1.20 and update deps (#394) 2023-02-23 12:35:28 +08:00
Robert Boros 63b6ba3c14 update go version in dockerfile (#327) 2022-09-03 15:14:37 +08:00
xiantang a7650534c1 Using buldkit to build dockerfile (#280) 2022-05-23 23:26:35 +08:00
Cédric Anthony 0c5e73afb0 📦 NEW: Updated go to 1.18 in Docker (#268)
* 📦 NEW: Updated go to 1.18

* 🐛 FIX: Revert to go 1.17 in most of the files
2022-05-04 13:06:46 +08:00
ayatk 9dc02fc91d Update go 1.17 (#235)
* go mod tidy -go=1.17

* update docker base image to go 1.17

* use go1.17 in github actions

* Install using `go get` has been deprecated in 1.16, so use `go install` command
2021-12-29 22:45:52 +08:00
Nick Bryan 69deb512c0 Update go version to 1.16 2021-02-27 23:02:28 +00:00
Rick Yu b2e8428718 chore(*): update deps (#124) 2020-11-21 13:57:55 +08:00
Rick Yu 97d7074e64 chore(*): update docker image 2020-03-21 13:05:13 +08:00
wanhello 85b0e08e31 go 1.13 2019-09-25 00:51:40 +08:00
Rick Yu deea398027 Bump version to 1.10 to celebrate my girlfriend's birthday, and happy new year 2018-12-30 18:32:20 +08:00
Rick Yu 25c86951b5 Upgrade Go version in Dockerfile 2018-03-08 13:11:00 +08:00
Rick Yu c060da5150 Fix dockerfile code style 2017-10-18 18:08:27 +08:00
Rick Yu 480fad6997 Support Docker build 2017-10-18 17:36:40 +08:00