Skip to content

Commit

Permalink
languages: update go image
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 committed Nov 23, 2024
1 parent 5b9ddde commit a759f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/languages/languages.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var runners = []Runner{
},
{
Name: "go",
Image: "glot/go:latest",
Image: "glot/golang:latest",
FileName: "main.go",
BuildCommands: nil,
RunCommand: "go run main.go",
Expand Down

0 comments on commit a759f2b

Please sign in to comment.