Skip to content

Commit

Permalink
Update Go to v1.21.3 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Oct 25, 2023
1 parent 729c3c7 commit 19c026d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.1
go-version: 1.21.3

- uses: actions/checkout@v4
- uses: nosborn/[email protected]
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.2
go 1.21.3

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.2
REQUIRED_GO_VERSION=1.21.3
INSTALLED_GO_VERSION="$(
go version | {
read -r _ _ v _
Expand Down

0 comments on commit 19c026d

Please sign in to comment.