chore(dev): upgrade godevcontainer to v0.21

See [release notes](https://github.com/qdm12/godevcontainer/releases/tag/v0.21.0)

Notably:
- Go upgraded from 1.23 to 1.25
- golangci-lint upgraded to v2.4.0
- Alpine upgraded from 3.20 to 3.22
- Disable package comment requirement by gopls' staticcheck
- Pull container image from ghcr.io
This commit is contained in:
Quentin McGaw
2026-01-13 11:32:40 +00:00
parent 43891cf8a6
commit eed96495bd
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
FROM qmcgaw/godevcontainer:v0.20-alpine
FROM qmcgaw/godevcontainer:v0.21-alpine

View File

@@ -100,6 +100,9 @@
"formatting.gofumpt": true,
"usePlaceholders": false,
"staticcheck": true,
"ui.diagnostic.analyses": {
"ST1000": false
},
"vulncheck": "Imports"
},
"remote.extensionKind": {