Skip to content

Commit

Permalink
upgrade go to 1.19; bump to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 5, 2022
1 parent 00c344c commit 126a155
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.17
golang 1.19
nodejs 16.14.2
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BUILDTIME REQUIREMENTS

* [Go](https://golang.org/) 1.17+
* [accio](https://github.com/mcandre/accio) 0.0.2
* [Go](https://golang.org/) 1.19+
* [accio](https://github.com/mcandre/accio) 0.0.3
* [Docker](https://www.docker.com/) 20.10.12+

## Recommended
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mcandre/tug

go 1.17
go 1.19

require (
github.com/magefile/mage v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion tug.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tug

// Version is semver.
const Version = "0.0.2"
const Version = "0.0.3"

0 comments on commit 126a155

Please sign in to comment.