Skip to content

Commit fe9ac76

Browse files
authored
Merge pull request #38 from gittuf/update-gittuf-version
Bump gittuf and go versions
2 parents 4c2fbc1 + f6a9a2f commit fe9ac76

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4242
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4343
with:
44-
go-version: '1.23'
44+
go-version: '1.24'
4545
- name: Install gittuf
4646
uses: ./
4747
with:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ gittuf policies for your Git repositories.
55

66
## Current Status
77

8-
gittuf-installer is under initial development. Feel free to give it a whirl but
9-
bear in mind that
10-
[gittuf itself is still in alpha](https://github.com/gittuf/gittuf#current-status)!
8+
gittuf-installer is in beta. Feel free to give it a whirl! See
9+
[here](https://github.com/gittuf/gittuf#current-status) for the current status
10+
of gittuf itself.
1111

1212
## Optional Input
1313

1414
`gittuf-version`: Used to specify the version of gittuf to install (default:
15-
`0.9.0`). In addition to the specific version number, `main` is also supported
15+
`0.10.2`). In addition to the specific version number, `main` is also supported
1616
to build off the [source repository](https://github.com/gittuf/gittuf)'s `main`
1717
branch. Note: do not prefix `v` in the version number.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
gittuf-version:
77
description: 'Version of gittuf to install'
88
required: false
9-
default: '0.9.0'
9+
default: '0.10.2'
1010
runs:
1111
using: 'composite'
1212
steps:

0 commit comments

Comments
 (0)