Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 19rc2 (0.04 sec)

  1. src/cmd/go/testdata/script/gotoolchain_version.txt

    [go-builder] env GOPROXY=
    [!go-builder] env GOPROXY=https://proxy.golang.org
    
    go list -m -versions go
    stdout 1.20.1 # among others
    stdout 1.19rc2
    ! stdout go1.20.1 # no go prefixes
    ! stdout go1.19rc2
    
    go list -m -versions toolchain
    stdout go1.20.1 # among others
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 17 18:25:37 UTC 2023
    - 706 bytes
    - Viewed (0)
  2. src/internal/gover/gover_test.go

    	{"1.6", "1.6.1", -1},
    	{"1.19", "1.19.0", 0},
    	{"1.19rc1", "1.19", -1},
    	{"1.20", "1.20.0", 0},
    	{"1.20rc1", "1.20", -1},
    	{"1.21", "1.21.0", -1},
    	{"1.21", "1.21rc1", -1},
    	{"1.21rc1", "1.21.0", -1},
    	{"1.6", "1.19", -1},
    	{"1.19", "1.19.1", -1},
    	{"1.19rc1", "1.19", -1},
    	{"1.19rc1", "1.19.1", -1},
    	{"1.19rc1", "1.19rc2", -1},
    	{"1.19.0", "1.19.1", -1},
    	{"1.19rc1", "1.19.0", -1},
    	{"1.19alpha3", "1.19beta2", -1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  3. src/go/version/version_test.go

    	{"go1.19rc1", "go1.19rc2", -1},
    	{"go1.19.0", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19.0", -1},
    	{"go1.19alpha3", "go1.19beta2", -1},
    	{"go1.19beta2", "go1.19rc1", -1},
    	{"go1.1", "go1.99999999999999998", -1},
    	{"go1.99999999999999998", "go1.99999999999999999", -1},
    }
    
    func TestLang(t *testing.T) { test1(t, langTests, "Lang", Lang) }
    
    var langTests = []testCase1[string, string]{
    	{"bad", ""},
    	{"go1.2rc3", "go1.2"},
    	{"go1.2.3", "go1.2"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:56:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. src/cmd/go/internal/gover/gover_test.go

    	{"1.6", "1.6.1", -1},
    	{"1.19", "1.19.0", 0},
    	{"1.19rc1", "1.19", -1},
    	{"1.20", "1.20.0", 0},
    	{"1.20rc1", "1.20", -1},
    	{"1.21", "1.21.0", -1},
    	{"1.21", "1.21rc1", -1},
    	{"1.21rc1", "1.21.0", -1},
    	{"1.6", "1.19", -1},
    	{"1.19", "1.19.1", -1},
    	{"1.19rc1", "1.19", -1},
    	{"1.19rc1", "1.19.1", -1},
    	{"1.19rc1", "1.19rc2", -1},
    	{"1.19.0", "1.19.1", -1},
    	{"1.19rc1", "1.19.0", -1},
    	{"1.19alpha3", "1.19beta2", -1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.25.md

    - For v1.25, Kubernetes will be using Golang 1.19, In this PR the version is updated to 1.19rc2 as GA is not yet available. ([#111254](https://github.com/kubernetes/kubernetes/pull/111254), [@dims](https://github.com/dims))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
Back to top