Skip to content

Commit

Permalink
Consistently using go1.18 for tests and heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Aug 19, 2022
1 parent 381f1a3 commit d7eccf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Install build tools if necessary (for running locally with act)
run: command -v make 2>&1 || DEBIAN_FRONTEND=noninteractive sudo apt update && sudo apt install -y build-essential
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/getlantern/tassis

go 1.19
go 1.18

// +heroku goVersion go1.17
// +heroku goVersion go1.18

require (
github.com/getlantern/errors v1.0.1
Expand Down

0 comments on commit d7eccf1

Please sign in to comment.