diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2a2754a..87730fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,6 +35,6 @@ // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "node", "features": { - "golang": "1.20" + "golang": "1.21" } } diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index c26c5f4..cdf51b7 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -46,7 +46,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version: "1.21" - uses: actions/setup-node@v4 with: