Skip to content

Commit e4dc0e3

Browse files
committed
update mise
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 3447ac6 commit e4dc0e3

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ jobs:
1515
- uses: jdx/mise-action@v2
1616
- name: Run acceptance tests
1717
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools."go:github.com/grafana/oats"]
2-
version = "0.2.0"
2+
version = "0.3.0"
33
backend = "go:github.com/grafana/oats"
44

55
[tools.java]

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PROTO_GENERATION = "true"
33

44
[tools]
5-
"go:github.com/grafana/oats" = "0.2.0"
5+
"go:github.com/grafana/oats" = "latest"
66
java = "temurin-17.0.13+11"
77
protoc = "latest"
88

0 commit comments

Comments
 (0)