Skip to content

Commit 574fb72

Browse files
committed
downgrade golang version requirement
1 parent 3fd7b88 commit 574fb72

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22.3
1+
golang 1.21

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ For detailed documentation, visit the [FlexStack Documentation](https://flexstac
1414
curl -sSL https://flexstack.com/install/new-dockerfile | sh
1515
```
1616

17-
### Go Binary
18-
19-
```sh
20-
go install github.com/flexstack/new-dockerfile@latest
21-
```
22-
2317
### Go Package
2418

2519
```sh

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/flexstack/new-dockerfile
22

33
go 1.21
44

5-
toolchain go1.22.3
6-
75
require (
86
github.com/lmittmann/tint v1.0.4
97
github.com/pelletier/go-toml v1.9.5

node/.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
golang 1.21.1

0 commit comments

Comments
 (0)