Skip to content

Commit ad7f44f

Browse files
authored
add (#3628)
1 parent 0ad1376 commit ad7f44f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fmt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Set up Go
24-
uses: actions/setup-go@v1
24+
uses: actions/setup-go@v4
2525
with:
26-
go-version: 1.20
26+
go-version: "1.20"
27+
check-latest: true
2728

2829
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2930
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)