We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004fd9 commit 731f09fCopy full SHA for 731f09f
.github/workflows/fmt.yml
@@ -16,10 +16,15 @@ jobs:
16
# This workflow contains a single job called "build"
17
fmt:
18
# The type of runner that the job will run on
19
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
20
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
23
+ - name: Set up Go
24
+ uses: actions/setup-go@v1
25
+ with:
26
+ go-version: 1.18
27
+
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- uses: actions/checkout@v3
30
with:
0 commit comments