Skip to content

Commit 488f492

Browse files
fix: failing CI, upgraded go version
1 parent e85e522 commit 488f492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
run: cd ../supertokens-root && ./loadModules
5151
- name: Setting up supertokens-root test environment
5252
run: cd ../supertokens-root && bash ./utils/setupTestEnvLocal
53+
- name: Install latest go
54+
run: wget https://go.dev/dl/go1.21.3.linux-amd64.tar.gz && rm -rf /usr/local/go && tar -C /usr/local -xzf go*.tar.gz && export PATH=$PATH:/usr/local/go/bin && rm go1.21.3.linux-amd64.tar.gz
5355
- name: Run tests
5456
run: go test ./... -p 1 -v count=1
5557
env:

0 commit comments

Comments
 (0)