Skip to content

Commit 31a6c1e

Browse files
committed
Update the go-version so we test supported go versions
We should test the Go versions we support.
1 parent d7f6622 commit 31a6c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
#
3131
# When we decide to bump our minimum go version, we need to remember to bump the
3232
# go version in our go.mod files.
33-
go-version: [1.22.x, 1.23.x]
33+
go-version: [1.23.x, 1.24.x]
3434
platform: [ubuntu-latest, macos-latest, windows-latest]
3535
feature-flags: ["DEFAULT", "PULUMI_RAW_STATE_DELTA_ENABLED"]
3636
# Needs to match TOTAL_SHARDS

0 commit comments

Comments
 (0)