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 0ad1376 commit ad7f44fCopy full SHA for ad7f44f
.github/workflows/fmt.yml
@@ -21,9 +21,10 @@ jobs:
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
+ uses: actions/setup-go@v4
25
with:
26
- go-version: 1.20
+ go-version: "1.20"
27
+ check-latest: true
28
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- uses: actions/checkout@v3
0 commit comments