change go versions

This commit is contained in:
Hayden 2024-01-05 13:33:33 -06:00
parent de8ecde3d1
commit c07ae234ff
No known key found for this signature in database
GPG key ID: 17CF79474E257545
2 changed files with 2 additions and 2 deletions

View file

@ -35,6 +35,6 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node", "remoteUser": "node",
"features": { "features": {
"golang": "1.20" "golang": "1.21"
} }
} }

View file

@ -46,7 +46,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: "1.20" go-version: "1.21"
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with: