Skip to content

Commit 10978c5

Browse files
committed
Updated build config
1 parent 33facba commit 10978c5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ jobs:
1212
steps:
1313
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
16-
with:
17-
fetch-depth: 0
15+
uses: actions/checkout@v4
1816

1917
# Install Go
2018
- name: Install Go
21-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v5
2220
with:
23-
go-version: '1.19'
21+
go-version-file: 'go.mod'
2422

2523
# # Get Go version into a string, replacing spaces with "-"
2624
# - name: Get Go version

0 commit comments

Comments
 (0)