Skip to content

Commit

Permalink
Update Go to v1.21.4 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 10, 2023
1 parent 9784d65 commit de5d8e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- uses: nosborn/[email protected]
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Install ginkgo
run: make install-ginkgo
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Checkout the cnf-certification-test repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qe-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/test-network-function/cnfcert-tests-verification

go 1.21.3
go 1.21.4

require (
github.com/golang/glog v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-latest-go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

REQUIRED_GO_VERSION=1.21.3
REQUIRED_GO_VERSION=1.21.4
INSTALLED_GO_VERSION="$(
go version | {
read -r _ _ v _
Expand Down

0 comments on commit de5d8e5

Please sign in to comment.