Skip to content

Commit 366964d

Browse files
committed
Pin Go versions as needed in actions
1 parent c54db67 commit 366964d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
golangci:
1616
strategy:
1717
matrix:
18-
go-version: [1.17.x]
18+
go-version: [1.18.x]
1919
os: [ubuntu-latest, macos-latest, windows-latest]
2020
name: lint
2121
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: cli/gh-extension-precompile@v1
15+
with:
16+
go_version: "1.18"

0 commit comments

Comments
 (0)