Skip to content

Commit 9a7327c

Browse files
Merge pull request #2 from michael-valdron/main
Go stack updates
2 parents b5f1699 + 4598e56 commit 9a7327c

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

.gitignore

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
.odo/env
2-
.odo/odo-file-index.json
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
310
main
4-
main.exe
11+
12+
# Test binary, built with `go test -c`
13+
*.test
14+
15+
# Output of the go coverage tool, specifically when used with LiteIDE
16+
*.out
17+
18+
# Dependency directories (remove the comment below to include it)
19+
# vendor/
20+
21+
# Go workspace file
22+
go.work
23+
24+
# odo directory
25+
.odo/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/devfile-samples/devfile-stack-go
22

3-
go 1.16
3+
go 1.24

0 commit comments

Comments
 (0)