This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
chore(package): Upgrade to go 1.20 #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: {} | |
pull_request: {} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Output message | |
run: echo This is a default job to trigger |