Skip to content

Commit

Permalink
define GOEXPERIMENTAL=rangefunc
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Jul 30, 2024
1 parent 59dce42 commit 5bc2461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 133 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Go
on: [push]

env:
GO_VERSION: '>=1.21.0'
GO_VERSION: '>=1.22.0'
GOEXPERIMENT: rangefunc

jobs:

Expand Down
131 changes: 0 additions & 131 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/koron-go/inflater

go 1.21
go 1.22.5

0 comments on commit 5bc2461

Please sign in to comment.