Skip to content

Commit

Permalink
Upgraded go from 1.19 to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Jun 12, 2024
1 parent 75ad446 commit 50445c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.19.x, ubuntu-latest)'
- check-success='test (1.20.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.19.x, ubuntu-latest)'
- check-success='test (1.20.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.19.x]
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.19.x](https://golang.org/doc/go1.19). View the [configuration file](.github/workflows/run-tests.yml).
uses [Go version 1.20.x](https://golang.org/doc/go1.20). View the [configuration file](.github/workflows/run-tests.yml).

<br/>

Expand Down
4 changes: 2 additions & 2 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50445c4

Please sign in to comment.