Skip to content

Commit

Permalink
Moved to minimal Go Version 1.17
Browse files Browse the repository at this point in the history
Moved to minimal Go Version 1.17 to adapt with latest build tools
  • Loading branch information
blaubaer authored Sep 13, 2023
1 parent e76b544 commit 6561eba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.1
go-version: 1.21.1

- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [ 1.13.0, 1.14.0, 1.15.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 All @@ -65,9 +65,7 @@ jobs:
${{ runner.os }}-go-
- name: Install goveralls
env:
GO111MODULE: off
run: go get github.com/mattn/goveralls
run: go install github.com/mattn/goveralls@latest

- name: Test
run: |
Expand Down Expand Up @@ -109,7 +107,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.1
go-version: 1.21.1

- name: Cache
uses: actions/cache@v3
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 6561eba

Please sign in to comment.