Skip to content

Commit a67dfe5

Browse files
authored
use go 1.21.5 (#96)
1 parent e089fb2 commit a67dfe5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-binary-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v4
2929
with:
30-
go-version: 1.21.3
30+
go-version: 1.21.5
3131

3232
- name: Build all platforms
3333
run: |

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v4
2727
with:
28-
go-version: 1.21.3
28+
go-version: 1.21.5
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v2

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: 1.21.3
27+
go-version: 1.21.5
2828

2929
- name: Build
3030
run: |

.github/workflows/tests_deb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v4
2626
with:
27-
go-version: 1.21.3
27+
go-version: 1.21.5
2828

2929
- name: Cache virtualenvs
3030
id: cache-pipenv

0 commit comments

Comments
 (0)