Skip to content

Commit

Permalink
Moved to minimal Go Version 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Sep 13, 2023
1 parent dda5a89 commit 31aadc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.13.0, 1.19.0, 1.20.0, 1.21.0 ]
go-version: [ 1.17.0, 1.20.0, 1.21.0 ]
os: [ ubuntu-latest, macos-latest, windows-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,3 +1,3 @@
module github.com/echocat/slf4g

go 1.13
go 1.17
2 changes: 1 addition & 1 deletion native/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/echocat/slf4g/native

go 1.13
go 1.17

replace github.com/echocat/slf4g => ../

Expand Down

0 comments on commit 31aadc9

Please sign in to comment.