Skip to content

Commit

Permalink
downgrade golang version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed May 15, 2024
1 parent 3fd7b88 commit 574fb72
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.3
golang 1.21
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ For detailed documentation, visit the [FlexStack Documentation](https://flexstac
curl -sSL https://flexstack.com/install/new-dockerfile | sh
```

### Go Binary

```sh
go install github.com/flexstack/new-dockerfile@latest
```

### Go Package

```sh
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/flexstack/new-dockerfile

go 1.21

toolchain go1.22.3

require (
github.com/lmittmann/tint v1.0.4
github.com/pelletier/go-toml v1.9.5
Expand Down
1 change: 1 addition & 0 deletions node/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.21.1

0 comments on commit 574fb72

Please sign in to comment.