Skip to content

Commit

Permalink
Revert go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
MDobak committed Aug 23, 2023
1 parent 56f0746 commit 8893d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Code Linting & Unit Tests
strategy:
matrix:
go-version: [ 1.21.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
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/defiweb/go-anymapper

go 1.21
go 1.18

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 8893d4b

Please sign in to comment.