Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 19rc2 (0.05 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. src/cmd/go/testdata/script/badgo.txt

    	example.net/badgo v1.5.0 => ./v1.5.0
    	example.net/badgo v1.6.0 => ./v1.6.0
    )
    
    -- v1.0.0/go.mod --
    module example.net/badgo
    go 1.17.0
    
    -- v1.1.0/go.mod --
    module example.net/badgo
    go 1.17rc2
    
    -- v1.2.0/go.mod --
    module example.net/badgo
    go 1.17.1
    
    -- v1.3.0/go.mod --
    module example.net/badgo
    go v1.17.0
    
    -- v1.4.0/go.mod --
    module example.net/badgo
    go v1.17.0-rc.2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 15:33:24 UTC 2021
    - 985 bytes
    - Viewed (0)
  6. 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)
  7. CHANGELOG/CHANGELOG-1.20.md

    - Reverted devicemanager for Windows node added in 1.19rc1. ([#93263](https://github.com/kubernetes/kubernetes/pull/93263), [@liggitt](https://github.com/liggitt)) [SIG Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - Reverted devicemanager for Windows node added in 1.19rc1. ([#93263](https://github.com/kubernetes/kubernetes/pull/93263), [@liggitt](https://github.com/liggitt)) [SIG Node and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top