Skip to content

Commit

Permalink
Merge pull request #16 from bfv/14-bump-go-to-1205
Browse files Browse the repository at this point in the history
#14 bumped go version, updated copyright
  • Loading branch information
bfv committed Jun 23, 2023
2 parents 11125bc + e31c29e commit 026a026
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18.4'
go-version: '1.20.5'
- name: build
run: make build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Flags:
Use "pasoe [command] --help" for more information about a command.
```

By: Bronco Oostermeyer, 2022
By: Bronco Oostermeyer, 2022, 2023
License: GPL3
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/bfv/pasoe-cli

go 1.18
go 1.20

require github.com/spf13/viper v1.12.0

Expand Down
2 changes: 1 addition & 1 deletion version-template.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pasoe-cli ${version}
Bronco Oostermeyer 2022
Bronco Oostermeyer 2022, 2023
Published under GPL3
https://github.com/bfv/pasoe-cli

0 comments on commit 026a026

Please sign in to comment.