We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8b7f3b + 412c033 commit cedcbf9Copy full SHA for cedcbf9
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
main:
10
strategy:
11
matrix:
12
- go-version: [1.20.x, 1.21.x]
+ go-version: [1.22.x, 1.23.x]
13
platform: [ubuntu-latest, macos-latest]
14
runs-on: ${{ matrix.platform }}
15
steps:
.github/workflows/release.yml
@@ -4,13 +4,11 @@ on:
4
tags:
5
- 'v*'
6
- 'test-action-release-*'
7
-env:
8
- GO111MODULE: on
jobs:
release:
- go-version: [1.21.x]
+ go-version: [1.23.x]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
16
timeout-minutes: 20
0 commit comments