Skip to content

Commit

Permalink
Update Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 6, 2023
1 parent 3cb8ee6 commit c4fce7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.21"
- name: CI Build
run: make ci-build
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/temporalio/samples-go

go 1.19
go 1.21

replace github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v3.2.1+incompatible

Expand Down
2 changes: 0 additions & 2 deletions slogadapter/worker/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build go1.21

package main

import (
Expand Down

0 comments on commit c4fce7f

Please sign in to comment.