Skip to content

Commit

Permalink
rename go test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul committed Feb 8, 2024
1 parent 55024b7 commit fc864e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: setup go environment 1.19.3
- name: setup go environment stable
uses: actions/setup-go@v3
with:
go-version: 'stable'
Expand Down

0 comments on commit fc864e2

Please sign in to comment.