Skip to content

Commit

Permalink
Bump ruby version to 3.3 and golang versions in CI (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaf1980 authored Apr 25, 2024
1 parent b690c08 commit 34ba73f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
ruby-version: '3.3' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
- name: Install packaging dependencies
run: |
gem install fpm package_cloud
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
go:
- ^1.18
- ^1.19
- ^1.20
- ^1.21
- ^1
steps:

Expand Down Expand Up @@ -78,12 +78,12 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
ruby-version: '3.3' # Version range or exact version of a Ruby version to use, using semvers version range syntax.

- name: Install packaging dependencies
run: |
gem install fpm package_cloud
GO111MODULE=off go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
- name: Check packaging
run: |
Expand Down

0 comments on commit 34ba73f

Please sign in to comment.