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. Switched to generating releases instead of tags
  • Loading branch information
BorzdeG committed Feb 4, 2024
1 parent e8fcb13 commit 6473713
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
image:https://img.shields.io/github/go-mod/go-version/itbasis/go-core-utils[GitHub go.mod Go version]
image:https://img.shields.io/badge/godoc-reference-blue.svg[link=https://pkg.go.dev/github.com/itbasis/go-core-utils]
image:https://img.shields.io/github/v/tag/itbasis/go-core-utils[GitHub tag (with filter)]
image:https://img.shields.io/github/v/release/itbasis/go-core-utils[GitHub Release]
https://goreportcard.com/report/github.com/itbasis/go-core-utils[image:https://goreportcard.com/badge/github.com/itbasis/go-core-utils[Go Report Card]]

. Used by https://github.com/caarlos0/env[env]
Expand Down

0 comments on commit 6473713

Please sign in to comment.