Skip to content

Commit

Permalink
Fix go.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fluhus committed Feb 20, 2024
1 parent e3c98c7 commit 0991a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.22'

- name: Set environment variables for tests
run: echo "GOEXPERIMENT=rangefunc" >> $GITHUB_ENV
run: echo "GOEXPERIMENT=rangefunc" >> $GITHUB_ENV

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 0991a07

Please sign in to comment.