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.
2 parents 15cd2e2 + 49f60f8 commit 82aed5cCopy full SHA for 82aed5c
.github/workflows/conformance.yaml
@@ -39,7 +39,7 @@ jobs:
39
distribution: temurin
40
41
- name: Setup Go
42
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
43
with:
44
go-version: '1.21'
45
.github/workflows/lint.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Set up JDK
47
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
48
49
- java-version: 17.x
+ java-version: 21.x
50
51
- name: Run formatter
52
id: formatter
0 commit comments