aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2023-02-02 18:36:54 +0100
committerAyke <[email protected]>2023-02-03 07:31:38 -0800
commit4ce54ede15c1b31c9be85989bf80d019123eef66 (patch)
tree1f1128460f160fc133a74bd75f607fca8bb753f9 /.circleci
parentd8b1fac690ab9ba4d57302f676794796f78a27dc (diff)
downloadtinygo-4ce54ede15c1b31c9be85989bf80d019123eef66.tar.gz
tinygo-4ce54ede15c1b31c9be85989bf80d019123eef66.zip
ci: switch to Go 1.20
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 95e2a491b..7a7e17d5a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -105,13 +105,6 @@ jobs:
- test-linux:
llvm: "14"
resource_class: large
- test-llvm15-go120:
- docker:
- - image: golang:1.20-rc-buster
- steps:
- - test-linux:
- llvm: "15"
- resource_class: large
workflows:
test-all:
@@ -119,4 +112,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
- - test-llvm15-go120