chore: updated CI

This commit is contained in:
Christian Schulze 2023-03-04 11:36:58 +01:00
parent e7d867270f
commit 963e3c4b5a
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
jobs:
release-drafter:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
# Inception: install goaction from current code and
# update the action files.
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.19.x