Skip to content

Commit 731f09f

Browse files
committed
update workflow
1 parent 3004fd9 commit 731f09f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/fmt.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ jobs:
1616
# This workflow contains a single job called "build"
1717
fmt:
1818
# The type of runner that the job will run on
19-
runs-on: ubuntu-18.04
19+
runs-on: ubuntu-latest
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
23+
- name: Set up Go
24+
uses: actions/setup-go@v1
25+
with:
26+
go-version: 1.18
27+
2328
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2429
- uses: actions/checkout@v3
2530
with:

0 commit comments

Comments
 (0)