diff options
author | Ayke van Laethem <[email protected]> | 2022-09-24 10:49:31 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-09-24 13:22:38 +0200 |
commit | 1e6c14b3e4015fa25e921cb1748e10f176e8c209 (patch) | |
tree | 1f7dc3abec26b9ce5d9d93cd431d00f9b4867845 /.circleci/config.yml | |
parent | 25f6be148809d1a51df91b030d290d61789aca13 (diff) | |
download | tinygo-1e6c14b3e4015fa25e921cb1748e10f176e8c209.tar.gz tinygo-1e6c14b3e4015fa25e921cb1748e10f176e8c209.zip |
ci: build TinyGo using Go 1.19
We've supported Go 1.19 for a while now, let's actually use it in CI.
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8756f6992..4bd2ed681 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,13 +118,6 @@ jobs: steps: - test-linux: llvm: "14" - test-llvm14-go119: - docker: - - image: golang:1.19beta1-buster - steps: - - test-linux: - llvm: "14" - fmt-check: false workflows: test-all: @@ -132,6 +125,3 @@ workflows: # This tests our lowest supported versions of Go and LLVM, to make sure at # least the smoke tests still pass. - test-llvm14-go118 - # This tests a beta version of Go. It should be removed once regular - # release builds are built using this version. - - test-llvm14-go119 |