Merge branch 'main' into patch-4

This commit is contained in:
Andy McKay
2021-06-25 13:59:30 -07:00
committed by GitHub
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name: CI name: CI
# Controls when the action will run. # Controls when the workflow will run
on: on:
# Triggers the workflow on push or pull request events but only for the $default-branch branch # Triggers the workflow on push or pull request events but only for the $default-branch branch
push: push:
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.15 go-version: 1.16
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...
+1
View File
@@ -1,6 +1,7 @@
{ {
"name": "Simple workflow", "name": "Simple workflow",
"description": "Start with a file with the minimum necessary structure.", "description": "Start with a file with the minimum necessary structure.",
"creator": "GitHub",
"iconName": "blank", "iconName": "blank",
"categories": null "categories": null
} }
+3 -3
View File
@@ -9,10 +9,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python 3.8 - name: Set up Python 3.9
uses: actions/setup-python@v1 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.9
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip