Skip to content

Commit

Permalink
do not attempt to be smart with github variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Apr 19, 2024
1 parent dd0e96b commit 21139b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: test, lint and gosec

env:
GOVERSION: 1.21

on:
push:
branches:
Expand All @@ -19,7 +16,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: '$env.GOVERSION'
go-version: '1.21'
- name: Run short tests
run: go test -cover ./...

Expand Down

0 comments on commit 21139b9

Please sign in to comment.