Skip to content

Commit

Permalink
Set go 1.20 as minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jan 19, 2024
1 parent a2a27e7 commit e5700bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19.x", "1.20.x"]
go: ["1.20.x", "1.21.x"]

steps:
- name: Install Go ${{ matrix.go }}
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/MottainaiCI/lxd-compose

go 1.19
go 1.20

require (
github.com/Masterminds/sprig v2.22.0+incompatible
Expand Down

0 comments on commit e5700bd

Please sign in to comment.