Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
${{ env.GO_VERSION }} added
  • Loading branch information
bakhterets authored Oct 4, 2024
1 parent 520a046 commit dc5eada
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
pull_request:

env:
GO_VERSION: '1.22'

permissions:
contents: read

Expand All @@ -30,5 +33,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: ${{ env.GO_VERSION }}
- run: make test

0 comments on commit dc5eada

Please sign in to comment.