Skip to content

Commit

Permalink
Upgraded go version from 1.20 to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 3, 2024
1 parent 8d5878a commit 47bbff4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pull_request_rules:
conditions:
- -draft
- author~=^dependabot(|-preview)\[bot\]$
- check-success='test (1.20.x, ubuntu-latest)'
- check-success='test (1.22.x, ubuntu-latest)'
- check-success='Analyze (go)'
actions:
review:
Expand All @@ -26,7 +26,7 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- check-success='test (1.20.x, ubuntu-latest)'
- check-success='test (1.22.x, ubuntu-latest)'
- check-success='Analyze (go)'
- -title~=(?i)wip
- label!=work-in-progress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [yamllint, asknancy]
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This repository was created using [MrZ's `go-template`](https://github.com/mrz18
- Generic templates for [Issues and Pull Requests](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository) in GitHub
- All standard GitHub files such as `LICENSE`, `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, and `SECURITY.md`
- Code [ownership configuration](.github/CODEOWNERS) for GitHub
- All your ignore files for [vs-code](.editorconfig) and [git](.gitignore)
- All your ignore files for [Visual Studio Code](.editorconfig) and [Git](.gitignore)
- Automatic sync for [labels](.github/labels.yml) into GitHub using a predefined [configuration](.github/labels.yml)
- Built-in powerful merging rules using [Mergify](https://mergify.io/)
- Welcome [new contributors](.github/mergify.yml) on their first Pull-Request
Expand Down Expand Up @@ -103,7 +103,7 @@ This repository was created using [MrZ's `go-template`](https://github.com/mrz18
<summary><strong><code>Library Deployment</code></strong></summary>
<br/>

Releases are automatically created when you create a new [git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging)!
Releases are automatically created when you create a new [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging)!

If you want to manually make releases, please install GoReleaser:

Expand Down Expand Up @@ -180,7 +180,7 @@ vet Run the Go vet application

## Examples & Tests
All unit tests and examples run via [GitHub Actions](https://github.com/mrz1836/go-datastore/actions) and
uses [Go version 1.20.x](https://golang.org/doc/go1.20). View the [configuration file](.github/workflows/run-tests.yml).
uses [Go version 1.22.x](https://golang.org/doc/go1.22). View the [configuration file](.github/workflows/run-tests.yml).

<br/>

Expand Down

0 comments on commit 47bbff4

Please sign in to comment.