Skip to content

Commit

Permalink
ci: dropping support for golang 1.18
Browse files Browse the repository at this point in the history
usually 3 last version of golang is enough for backward

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Oct 4, 2023
1 parent 0b612e7 commit 9424cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ '1.18', '1.19', '1.20', '1.21' ]
go-version: [ '1.19', '1.20', '1.21' ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/opiproject/actions

go 1.18
go 1.19

0 comments on commit 9424cb7

Please sign in to comment.