Skip to content

Commit

Permalink
Drop support to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed May 11, 2023
1 parent b064ff6 commit 5e297e2
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.18.x", "1.19.x", "1.20.x"]
go: ["1.19.x", "1.20.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.18
go 1.19

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

0 comments on commit 5e297e2

Please sign in to comment.