Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
1. Bump minimal Go version
Browse files Browse the repository at this point in the history
2. Refactoring GitHub Actions
3. Updating dependency versions
  • Loading branch information
BorzdeG committed Feb 4, 2024
1 parent edaa179 commit 6024d8e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ jobs:

strategy:
matrix:
go: ["1.20.x", "1.21.x", ">=1.22.0-rc.1" ]
go: ["1.20.x", "1.21.x"]
continueOnError: [false]
include:
- go: ">=1.22.0-rc.2"
continueOnError: true

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.20.12
golang 1.20.13
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/itbasis/go-log-utils/v2
go 1.20

require (
github.com/itbasis/go-core-utils/v2 v2.3.1
github.com/itbasis/go-docker-utils/v2 v2.1.3
github.com/itbasis/go-core-utils/v2 v2.3.2
github.com/itbasis/go-docker-utils/v2 v2.1.4
github.com/juju/zaputil v0.0.0-20190326175239-ef53049637ac
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.26.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu
github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/itbasis/go-core-utils/v2 v2.3.1 h1:vm95BO9up2778n5J5YmHiXvitLoNVqWHRXSZL0onkGE=
github.com/itbasis/go-core-utils/v2 v2.3.1/go.mod h1:bU0wFC9ZygW0TFAWNJhU2wI51Ntlw9qFOSuthyKRAKE=
github.com/itbasis/go-docker-utils/v2 v2.1.3 h1:dFnL2bhGsf7sVXIkSnSj1jZgvLIptuFnkxexz4NTfOE=
github.com/itbasis/go-docker-utils/v2 v2.1.3/go.mod h1:XdO8NKzuM51R4YBM2tuw8qSnRX3y9xjx9VMGB565grk=
github.com/itbasis/go-core-utils/v2 v2.3.2 h1:IPQcgg2yB55GE3HSiA7dYX4AUE34Z+W7z1iHJsWM6Ko=
github.com/itbasis/go-core-utils/v2 v2.3.2/go.mod h1:bU0wFC9ZygW0TFAWNJhU2wI51Ntlw9qFOSuthyKRAKE=
github.com/itbasis/go-docker-utils/v2 v2.1.4 h1:N8N288xcApNh4GbhWONrYVKZN36XhdLIyqF7WqxlLoI=
github.com/itbasis/go-docker-utils/v2 v2.1.4/go.mod h1:XdO8NKzuM51R4YBM2tuw8qSnRX3y9xjx9VMGB565grk=
github.com/juju/loggo v0.0.0-20190212223446-d976af380377/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
github.com/juju/zaputil v0.0.0-20190326175239-ef53049637ac h1:mIYfqlPcFmuFpKMMMmq+pu7okWEWShiyW2w6/+2qDaY=
github.com/juju/zaputil v0.0.0-20190326175239-ef53049637ac/go.mod h1:yGXwCw1C3O7X2kkzB5gky65S4I5a0h4Ylic4xVo5D78=
Expand Down

0 comments on commit 6024d8e

Please sign in to comment.