We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3447ac6 commit e4dc0e3Copy full SHA for e4dc0e3
.github/workflows/acceptance-tests.yml
@@ -15,9 +15,3 @@ jobs:
15
- uses: jdx/mise-action@v2
16
- name: Run acceptance tests
17
run: mise run acceptance-test
18
- - name: upload log file
19
- uses: actions/upload-artifact@v4
20
- if: failure()
21
- with:
22
- name: OATs logs
23
- path: build/**/*.log
mise.lock
@@ -1,5 +1,5 @@
1
[tools."go:github.com/grafana/oats"]
2
-version = "0.2.0"
+version = "0.3.0"
3
backend = "go:github.com/grafana/oats"
4
5
[tools.java]
mise.toml
@@ -2,7 +2,7 @@
PROTO_GENERATION = "true"
[tools]
-"go:github.com/grafana/oats" = "0.2.0"
+"go:github.com/grafana/oats" = "latest"
6
java = "temurin-17.0.13+11"
7
protoc = "latest"
8
0 commit comments