Use Go 1.22 in workflows · github/codeql-action@5d55901 (original) (raw)
6 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,7 +6,8 @@ env: | ||
6 | 6 | steps: |
7 | 7 | - uses: actions/setup-go@v5 |
8 | 8 | with: |
9 | -go-version: "~1.21.1" | |
9 | +go-version: "~1.22.0" | |
10 | +cache: false | |
10 | 11 | - uses: ./../action/init |
11 | 12 | with: |
12 | 13 | languages: go |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,7 +4,8 @@ operatingSystems: ["ubuntu", "macos"] | ||
4 | 4 | steps: |
5 | 5 | - uses: actions/setup-go@v5 |
6 | 6 | with: |
7 | -go-version: "~1.21.1" | |
7 | +go-version: "~1.22.0" | |
8 | +cache: false | |
8 | 9 | - uses: ./../action/init |
9 | 10 | with: |
10 | 11 | languages: go |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,7 +6,8 @@ env: | ||
6 | 6 | steps: |
7 | 7 | - uses: actions/setup-go@v5 |
8 | 8 | with: |
9 | -go-version: "~1.21.1" | |
9 | +go-version: "~1.22.0" | |
10 | +cache: false | |
10 | 11 | - uses: ./../action/init |
11 | 12 | with: |
12 | 13 | languages: go |