Skip to content

Commit

Permalink
Merge pull request #98 from NVIDIA/latest-go-versions
Browse files Browse the repository at this point in the history
add the latest go versions
  • Loading branch information
ArangoGutierrez authored Oct 2, 2024
2 parents 5c48f11 + ede3d05 commit 842f546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,16 @@ jobs:
strategy:
matrix:
go-version:
- "1.23"
- "1.23.1"
- "1.23.2"
- "1.22"
- "1.22.1"
- "1.22.2"
- "1.22.4"
- "1.22.5"
- "1.22.7"
- "1.22.8"
- "1.21"
- "1.21.4"
- "1.21.5"
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
GOLANG_VERSION ?= 1.22.7
GOLANG_VERSION ?= 1.23.2

0 comments on commit 842f546

Please sign in to comment.