Skip to content

Commit

Permalink
Merge pull request #1119 from gliderlabs/master
Browse files Browse the repository at this point in the history
Release 0.7.3
  • Loading branch information
josegonzalez authored Jan 29, 2024
2 parents 34b199e + 979aefe commit c22c91d
Show file tree
Hide file tree
Showing 17 changed files with 250 additions and 68 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
on:
pull_request:
branches:
- '*'
- "*"
push:
branches:
- master
Expand Down Expand Up @@ -33,17 +33,17 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.17.8

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7.x'
python-version: "3.7.x"

- name: setup env
run: make ci-report
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.17.8

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: tag release
on:
push:
branches:
- 'release'
- "release"

jobs:
build:
Expand All @@ -24,23 +24,23 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.17.8

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: set up qemu
uses: docker/setup-qemu-action@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@v3

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7.x'
python-version: "3.7.x"

- name: install requirements
run: make deps fpm package_cloud
Expand All @@ -65,7 +65,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 2.7

- name: download packages
uses: actions/download-artifact@v3
Expand Down
Loading

0 comments on commit c22c91d

Please sign in to comment.