Skip to content

Commit

Permalink
Upgrade to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jungaretti committed Mar 5, 2024
1 parent 3e2cdba commit bec7892
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"postCreateCommand": "",
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "1.19"
"version": "1.22"
},
"ghcr.io/jungaretti/features/make:1": {}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.22'
- uses: actions/checkout@v3
- run: make test-unit
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module bacon

go 1.19
go 1.22

require (
github.com/spf13/cobra v1.6.1
Expand Down

0 comments on commit bec7892

Please sign in to comment.