Skip to content

TRIVIAL: Bump golang from 1.16 to 1.22 #12

TRIVIAL: Bump golang from 1.16 to 1.22

TRIVIAL: Bump golang from 1.16 to 1.22 #12

Workflow file for this run

name: Automatic Rebase/Autosquash
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && (contains(github.event.comment.body, '/rebase') || contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase+'))
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Rebase/Autosquash
uses: wandera/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}