Bump dependencies.
Some checks are pending
Test / Format (gofmt) (push) Waiting to run
Test / Lint (golangci-lint) (push) Waiting to run
Test / Test (go test) (push) Blocked by required conditions
Test / Build CLI (go install) (push) Blocked by required conditions

This commit is contained in:
bvanvugt 2024-01-20 07:11:51 +00:00
parent c9780bd334
commit 13cdcc771a
5 changed files with 109 additions and 339 deletions

View file

@ -1,7 +1,7 @@
{
"name": "rules.battlesnake.local",
"image": "mcr.microsoft.com/devcontainers/go:1.18",
"postCreateCommand": "",
"image": "mcr.microsoft.com/devcontainers/go:1.21",
"postCreateCommand": "go mod download",
"forwardPorts": [],
"customizations": {
"vscode": {
@ -9,9 +9,6 @@
"golang.go"
],
"settings": {
"editor.formatOnSave": true,
"go.coverOnSave": true,
"go.coverageOptions": "showUncoveredCodeOnly",
"go.formatTool": "gofmt",
"go.lintTool": "golangci-lint"
}