Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Golang 1.19 is no longer supported.
  • Loading branch information
lukebakken committed Sep 8, 2023
1 parent 2eefdf1 commit c828f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"erlang": "26.0.2",
"rabbitmq": "3.13.0-beta.3"
"rabbitmq": "3.13.0-beta.6"
}
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: ['1.19', '1.20']
go-version: ['1.20', '1.21']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.19', '1.20']
go-version: ['1.20', '1.21']
services:
rabbitmq:
image: rabbitmq
Expand Down

0 comments on commit c828f95

Please sign in to comment.