Skip to content

Commit

Permalink
Revert Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats committed Aug 20, 2024
1 parent 5da3b89 commit 227b92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.22'

- name: Build backend
uses: magefile/mage-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '1.22'

- name: Build backend
uses: magefile/mage-action@v3
Expand Down

0 comments on commit 227b92c

Please sign in to comment.