Skip to content

Commit 43e920b

Browse files
authored
Use latest stable version of Go (#561)
1 parent 2dcec19 commit 43e920b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Golang Environment
3232
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3333
with:
34-
go-version-file: go.mod
34+
go-version: stable
3535

3636
- name: Run Tests
3737
run: make test
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Golang Environment
5555
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
5656
with:
57-
go-version-file: go.mod
57+
go-version: stable
5858

5959
- name: Determine GOPATH
6060
id: go

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup Golang Environment
5656
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
5757
with:
58-
go-version-file: go.mod
58+
go-version: stable
5959

6060
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6161
# If this step fails, then you should remove it and run the build manually (see below)

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Golang Environment
3131
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3232
with:
33-
go-version-file: go.mod
33+
go-version: stable
3434

3535
- name: Lint Code
3636
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0

0 commit comments

Comments
 (0)